1
0
mirror of https://github.com/td512/re3.git synced 2026-03-01 10:30:52 +00:00

Peds & fixes

This commit is contained in:
eray orçunus
2020-07-04 15:31:28 +03:00
parent 49a8dd7459
commit 716740f918
10 changed files with 220 additions and 235 deletions

View File

@@ -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;
}