mirror of
https://github.com/halpz/re3.git
synced 2025-07-07 01:08:52 +00:00
lcs particle
This commit is contained in:
@ -1139,11 +1139,11 @@ CVehicleModelInfo::LoadEnvironmentMaps(void)
|
||||
txdslot = CTxdStore::FindTxdSlot("particle");
|
||||
CTxdStore::PushCurrentTxd();
|
||||
CTxdStore::SetCurrentTxd(txdslot);
|
||||
if(gpWhiteTexture == nil){
|
||||
/*if(gpWhiteTexture == nil){
|
||||
gpWhiteTexture = RwTextureRead("white", nil);
|
||||
RwTextureGetName(gpWhiteTexture)[0] = '@';
|
||||
RwTextureSetFilterMode(gpWhiteTexture, rwFILTERLINEAR);
|
||||
}
|
||||
}*/
|
||||
CTxdStore::PopCurrentTxd();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user