mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 10:01:23 +00:00
Peds & fixes
This commit is contained in:
parent
49a8dd7459
commit
716740f918
10 changed files with 220 additions and 235 deletions
|
@ -232,7 +232,7 @@ CVehicle::SetupLighting(void)
|
|||
}else{
|
||||
CVector coors = GetPosition();
|
||||
float lighting = CPointLights::GenerateLightsAffectingObject(&coors);
|
||||
if(!bHasBlip && lighting != 1.0f){
|
||||
if(lighting != 1.0f){
|
||||
SetAmbientAndDirectionalColours(lighting);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue