mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 00:04:08 +00:00
fixed clouds and sprites
This commit is contained in:
parent
6923117715
commit
d7eee5c130
2 changed files with 10 additions and 10 deletions
|
@ -233,7 +233,7 @@ CClouds::Render(void)
|
|||
szx*55.0f, szy*55.0f,
|
||||
tr, tg, tb, br, bg, bb, 0.0f, -1.0f,
|
||||
1.0f/screenpos.z,
|
||||
IndividualRotation/65336.0f * 2*3.14f + ms_cameraRoll,
|
||||
(uint16)IndividualRotation/65336.0f * 6.28f + ms_cameraRoll,
|
||||
fluffyalpha);
|
||||
bCloudOnScreen[i] = true;
|
||||
}else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue