mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01:00
update librw (matfx)
This commit is contained in:
parent
c9920b6a2d
commit
98fc8ecef0
2
librw
2
librw
@ -1 +1 @@
|
|||||||
Subproject commit e6c7d910ffc32bc059c4e750a797fde51ee29fd9
|
Subproject commit 8b677c4dd77a73da68447556e3b07c6c0371629e
|
@ -156,6 +156,14 @@ CGame::InitialiseRenderWare(void)
|
|||||||
LightsCreate(Scene.world);
|
LightsCreate(Scene.world);
|
||||||
|
|
||||||
CreateDebugFont();
|
CreateDebugFont();
|
||||||
|
|
||||||
|
#ifdef LIBRW
|
||||||
|
#ifdef PS2_MATFX
|
||||||
|
rw::MatFX::modulateEnvMap = true;
|
||||||
|
#else
|
||||||
|
rw::MatFX::modulateEnvMap = false;
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
CFont::Initialise();
|
CFont::Initialise();
|
||||||
CHud::Initialise();
|
CHud::Initialise();
|
||||||
|
Loading…
Reference in New Issue
Block a user