mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 10:44:09 +00:00
update librw (matfx)
This commit is contained in:
parent
c9920b6a2d
commit
98fc8ecef0
2 changed files with 9 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue