mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 14:20:33 +00:00
make game load all platform dffs
This commit is contained in:
parent
d0f5464200
commit
4e3e1d0b87
4 changed files with 89 additions and 3 deletions
|
@ -1091,7 +1091,7 @@ CVehicleModelInfo::SetEnvironmentMapCB(RpAtomic *atomic, void *data)
|
|||
RpGeometry *geo;
|
||||
|
||||
geo = RpAtomicGetGeometry(atomic);
|
||||
fx = 0;
|
||||
fx = rpMATFXEFFECTNULL;
|
||||
RpGeometryForAllMaterials(geo, GetMatFXEffectMaterialCB, &fx);
|
||||
if(fx != rpMATFXEFFECTNULL){
|
||||
RpMatFXAtomicEnableEffects(atomic);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue