mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 13:54:08 +00:00
AnimViewer messages, Particle fix, Peds
This commit is contained in:
parent
41e8caeb6e
commit
39223901bf
11 changed files with 595 additions and 15 deletions
|
@ -121,9 +121,12 @@ TheModelViewer(void)
|
|||
CTimeCycle::GetSkyBottomRed(), CTimeCycle::GetSkyBottomGreen(), CTimeCycle::GetSkyBottomBlue(),
|
||||
255);
|
||||
|
||||
CSprite2d::InitPerFrame();
|
||||
CFont::InitPerFrame();
|
||||
DefinedState();
|
||||
CVisibilityPlugins::InitAlphaEntityList();
|
||||
CAnimViewer::Render();
|
||||
Render2dStuff();
|
||||
DoRWStuffEndOfFrame();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue