it might be fixed
This commit is contained in:
parent
a309ebcea3
commit
974a9a0a0c
1 changed files with 0 additions and 2 deletions
|
|
@ -122,8 +122,6 @@ void GSEngineLoop(GSEngine engine) {
|
|||
if(wait_actually) {
|
||||
int diff = (wait - more) - (engine->param->get_tick() - t);
|
||||
|
||||
printf("%d %d\n", more, diff);
|
||||
|
||||
if(diff > 0) {
|
||||
engine->param->sleep(diff);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue