mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 14:34:08 +00:00
fixed COcclusion
This commit is contained in:
parent
ee2d0ffc14
commit
5bedca7692
5 changed files with 74 additions and 56 deletions
|
@ -1279,7 +1279,7 @@ CFileLoader::LoadOcclusionVolume(const char *line)
|
|||
&x, &y, &z,
|
||||
&width, &length, &height,
|
||||
&angle);
|
||||
COcclusion::AddOne(x, y, z, width, length, z + height/2.0f, angle);
|
||||
COcclusion::AddOne(x, y, z + height/2.0f, width, length, height, angle);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue