2
0
David Rose 18 жил өмнө
parent
commit
4d9a1500dd

+ 2 - 0
panda/src/express/trueClock.cxx

@@ -118,6 +118,8 @@ get_short_raw_time() {
     int tc = GetTickCount();
     int tc = GetTickCount();
     time = (double)(tc - _init_tc) * _0001;
     time = (double)(tc - _init_tc) * _0001;
   }
   }
+
+  return time;
 }
 }
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////