mirror of https://github.com/Nofated095/re-GTA.git
update librw (matfx)
This commit is contained in:
parent
c9920b6a2d
commit
98fc8ecef0
2
librw
2
librw
|
@ -1 +1 @@
|
|||
Subproject commit e6c7d910ffc32bc059c4e750a797fde51ee29fd9
|
||||
Subproject commit 8b677c4dd77a73da68447556e3b07c6c0371629e
|
|
@ -157,6 +157,14 @@ CGame::InitialiseRenderWare(void)
|
|||
|
||||
CreateDebugFont();
|
||||
|
||||
#ifdef LIBRW
|
||||
#ifdef PS2_MATFX
|
||||
rw::MatFX::modulateEnvMap = true;
|
||||
#else
|
||||
rw::MatFX::modulateEnvMap = false;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
CFont::Initialise();
|
||||
CHud::Initialise();
|
||||
CPlayerSkin::Initialise();
|
||||
|
|
Loading…
Reference in New Issue