mirror of
https://github.com/halpz/re3.git
synced 2025-05-10 23:56:38 +03:00
AnimViewer fixes
This commit is contained in:
parent
8f18f84836
commit
82dc813ab3
2 changed files with 51 additions and 86 deletions
|
@ -110,6 +110,9 @@ InitialiseGame(void)
|
|||
void
|
||||
TheModelViewer(void)
|
||||
{
|
||||
#ifdef ASPECT_RATIO_SCALE
|
||||
CDraw::SetAspectRatio(CDraw::FindAspectRatio());
|
||||
#endif
|
||||
CAnimViewer::Update();
|
||||
CTimer::Update();
|
||||
SetLightsWithTimeOfDayColour(Scene.world);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue