From 82dc813ab3030e0beff09c28a41e68ff8ce1ef42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Thu, 15 Aug 2019 18:59:09 +0300 Subject: AnimViewer fixes --- src/core/main.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/main.cpp') diff --git a/src/core/main.cpp b/src/core/main.cpp index ac31b56e..7d60291c 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -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); -- cgit v1.2.3