summaryrefslogtreecommitdiffstats
path: root/test/envs/opengl/transform_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/envs/opengl/transform_test.cpp')
-rw-r--r--test/envs/opengl/transform_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/envs/opengl/transform_test.cpp b/test/envs/opengl/transform_test.cpp
index 1d5ccf1..58d8e9e 100644
--- a/test/envs/opengl/transform_test.cpp
+++ b/test/envs/opengl/transform_test.cpp
@@ -243,6 +243,9 @@ int SDL_MAIN_FUNC(int argc, char *argv[])
{
CLogger logger;
+ CSystemUtils* systemUtils = CSystemUtils::Create(); // platform-specific utils
+ systemUtils->Init();
+
PREV_TIME = GetSystemUtils()->CreateTimeStamp();
CURR_TIME = GetSystemUtils()->CreateTimeStamp();