mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 13:49:03 +00:00
unfix particle bug
This commit is contained in:
parent
f6fe5c96c9
commit
8737a1d76a
1 changed files with 3 additions and 1 deletions
|
@ -411,9 +411,11 @@ void CParticle::Initialise()
|
||||||
|
|
||||||
gpFlame5Tex = RwTextureRead("flame5", nil);
|
gpFlame5Tex = RwTextureRead("flame5", nil);
|
||||||
|
|
||||||
#ifdef FIX_BUGS
|
//#ifdef FIX_BUGS
|
||||||
|
#if 0
|
||||||
gpFlame5Raster = RwTextureGetRaster(gpFlame5Tex);
|
gpFlame5Raster = RwTextureGetRaster(gpFlame5Tex);
|
||||||
#else
|
#else
|
||||||
|
// this seems to have become more of a design choice
|
||||||
gpFlame5Raster = RwTextureGetRaster(gpFlame1Tex); // copy-paste bug ?
|
gpFlame5Raster = RwTextureGetRaster(gpFlame1Tex); // copy-paste bug ?
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue