mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-18 20:41:22 +02:00
fixed uninitialized nearclip
This commit is contained in:
@@ -201,6 +201,9 @@ DoRWStuffStartOfFrame(int16 TopRed, int16 TopGreen, int16 TopBlue, int16 BottomR
|
|||||||
if(!RsCameraBeginUpdate(Scene.camera))
|
if(!RsCameraBeginUpdate(Scene.camera))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
#ifdef FIX_BUGS
|
||||||
|
CSprite2d::SetRecipNearClip();
|
||||||
|
#endif
|
||||||
CSprite2d::InitPerFrame();
|
CSprite2d::InitPerFrame();
|
||||||
|
|
||||||
if(Alpha != 0)
|
if(Alpha != 0)
|
||||||
|
Reference in New Issue
Block a user