mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-31 12:11:15 +00:00
Fix mingw warning as error
This commit is contained in:
parent
726fe5c752
commit
ef4a386b1a
@ -226,8 +226,9 @@ int MxDirect3D::ZBufferDepth(MxAssignedDevice* p_assignedDevice)
|
|||||||
else if (deviceDepth & DDBD_8) {
|
else if (deviceDepth & DDBD_8) {
|
||||||
depth = 8;
|
depth = 8;
|
||||||
}
|
}
|
||||||
else
|
else {
|
||||||
depth = -1;
|
depth = -1;
|
||||||
|
}
|
||||||
|
|
||||||
return depth;
|
return depth;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user