AnimViewer fixes

This commit is contained in:
eray orçunus 2019-08-15 18:59:09 +03:00
parent 8f18f84836
commit 82dc813ab3
2 changed files with 51 additions and 86 deletions

View file

@ -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);