mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-23 08:11:49 +01:00
fixed uninitialized nearclip
This commit is contained in:
parent
ebb615d080
commit
64a4ed6db6
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user