mirror of
https://github.com/halpz/re3.git
synced 2025-07-20 06:19:46 +00:00
update librw (matfx)
This commit is contained in:
2
librw
2
librw
Submodule librw updated: e6c7d910ff...8b677c4dd7
@ -156,6 +156,14 @@ CGame::InitialiseRenderWare(void)
|
||||
LightsCreate(Scene.world);
|
||||
|
||||
CreateDebugFont();
|
||||
|
||||
#ifdef LIBRW
|
||||
#ifdef PS2_MATFX
|
||||
rw::MatFX::modulateEnvMap = true;
|
||||
#else
|
||||
rw::MatFX::modulateEnvMap = false;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
CFont::Initialise();
|
||||
CHud::Initialise();
|
||||
|
Reference in New Issue
Block a user