mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-22 17:47:20 +03:00
Fix typo
This commit is contained in:
parent
c546c273db
commit
ef8ca1f430
1 changed files with 2 additions and 2 deletions
|
|
@ -1403,12 +1403,12 @@ RenderScene(void)
|
|||
}
|
||||
#endif
|
||||
PUSH_RENDERGROUP("RenderScene");
|
||||
#ifdef GL_RW3
|
||||
#ifdef RW_GL3
|
||||
CClouds::Render();
|
||||
#endif
|
||||
DoRWRenderHorizon();
|
||||
CRenderer::RenderRoads();
|
||||
#ifdef GL_RW3
|
||||
#ifdef RW_GL3
|
||||
CCoronas::RenderReflections();
|
||||
#endif
|
||||
RwRenderStateSet(rwRENDERSTATEFOGENABLE, (void*)TRUE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue