mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
forgot return value
This commit is contained in:
parent
8d2bdc39fd
commit
4d9a1500dd
@ -118,6 +118,8 @@ get_short_raw_time() {
|
||||
int tc = GetTickCount();
|
||||
time = (double)(tc - _init_tc) * _0001;
|
||||
}
|
||||
|
||||
return time;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user