mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 14:04:09 +00:00
Fixes for Serge's review
This commit is contained in:
parent
7c425ac4ac
commit
8f01eab5ab
19 changed files with 624 additions and 791 deletions
|
@ -457,7 +457,7 @@ CCoronas::RenderReflections(void)
|
|||
continue;
|
||||
|
||||
// Don't draw if reflection is too high
|
||||
if(aCoronas[i].heightAboveRoad < 20.0){
|
||||
if(aCoronas[i].heightAboveRoad < 20.0f){
|
||||
// don't draw if camera is below road
|
||||
if(CCoronas::aCoronas[i].coors.z - aCoronas[i].heightAboveRoad > TheCamera.GetPosition().z)
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue