Selaa lähdekoodia

forgot return value

David Rose 18 vuotta sitten
vanhempi
sitoutus
4d9a1500dd
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      panda/src/express/trueClock.cxx

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

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