mirror of
https://github.com/halpz/re3.git
synced 2025-07-26 06:22:48 +00:00
Peds & fixes
This commit is contained in:
@ -93,7 +93,7 @@ CCutsceneObject::SetupLighting(void)
|
||||
}else{
|
||||
CVector coors = GetPosition();
|
||||
float lighting = CPointLights::GenerateLightsAffectingObject(&coors);
|
||||
if(!bHasBlip && lighting != 1.0f){
|
||||
if(lighting != 1.0f){
|
||||
SetAmbientAndDirectionalColours(lighting);
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user