mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 14:40:49 +00:00
forgot to remove debug
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@594 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -312,7 +312,7 @@ void MwLoop(MwWidget handle) {
|
||||
MwDispatchUserHandler(handle->tick_list[i], MwNtickHandler, NULL);
|
||||
}
|
||||
|
||||
more = over % wait;
|
||||
more = over % (wait / 2);
|
||||
t = (tick + wait - more) - (t2 = MwLLGetTick());
|
||||
if(t > 0) {
|
||||
MwLLSleep(t);
|
||||
@@ -321,7 +321,6 @@ void MwLoop(MwWidget handle) {
|
||||
} else {
|
||||
tick = t2;
|
||||
over += -t;
|
||||
printf("%d\n", over);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user