mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 08:49:00 +00:00
fixed uninitialized nearclip
This commit is contained in:
parent
ebb615d080
commit
64a4ed6db6
1 changed files with 3 additions and 0 deletions
|
@ -201,6 +201,9 @@ DoRWStuffStartOfFrame(int16 TopRed, int16 TopGreen, int16 TopBlue, int16 BottomR
|
|||
if(!RsCameraBeginUpdate(Scene.camera))
|
||||
return false;
|
||||
|
||||
#ifdef FIX_BUGS
|
||||
CSprite2d::SetRecipNearClip();
|
||||
#endif
|
||||
CSprite2d::InitPerFrame();
|
||||
|
||||
if(Alpha != 0)
|
||||
|
|
Loading…
Reference in a new issue