mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 17:19:15 +01:00
unfix particle bug
This commit is contained in:
parent
47b620396f
commit
612470cb3f
@ -388,9 +388,11 @@ void CParticle::Initialise()
|
||||
|
||||
gpFlame5Tex = RwTextureRead("flame5", nil);
|
||||
|
||||
#ifdef FIX_BUGS
|
||||
//#ifdef FIX_BUGS
|
||||
#if 0
|
||||
gpFlame5Raster = RwTextureGetRaster(gpFlame5Tex);
|
||||
#else
|
||||
// this seems to have become more of a design choice
|
||||
gpFlame5Raster = RwTextureGetRaster(gpFlame1Tex); // copy-paste bug ?
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user