dmuratshin 8 lat temu
rodzic
commit
81e749eca7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      oxygine/src/core/log.cpp

+ 1 - 1
oxygine/src/core/log.cpp

@@ -44,7 +44,7 @@ namespace oxygine
         int getTime()
         {
             static int64 startTime = getTimeUTCMS();
-            return getTimeUTCMS() - startTime;
+            return (int)(getTimeUTCMS() - startTime);
         }
 
         void enable()