mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-24 17:55:42 +00:00
fix
This commit is contained in:
parent
fad64667a7
commit
793e1223de
1 changed files with 1 additions and 1 deletions
|
@ -1287,7 +1287,7 @@ CWaterLevel::RenderTransparentWater(void)
|
|||
|
||||
if ( fHugeSectorMaxRenderDistSqr > fHugeSectorDistToCamSqr )
|
||||
{
|
||||
if ( TheCamera.IsSphereVisible(CVector(vecHugeSectorCentre.x, vecHugeSectorCentre.y, 0.0f), SectorRadius(HUGE_SECTOR_SIZE))) )
|
||||
if ( TheCamera.IsSphereVisible(CVector(vecHugeSectorCentre.x, vecHugeSectorCentre.y, 0.0f), SectorRadius(HUGE_SECTOR_SIZE)) )
|
||||
{
|
||||
if ( fHugeSectorDistToCamSqr >= SQR(500.0f) )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue