Skip to content

Commit

Permalink
fixed #1 hopefully once and for all
Browse files Browse the repository at this point in the history
  • Loading branch information
RSDuck committed Aug 23, 2017
1 parent 0ec01ca commit d9ba58b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ int main() {
while (chunkWorker.working) svcSleepThread(4800000);

gamestate = GameState_Playing;
lastTime = svcGetSystemTick(); //fix timing
}
}
Gui_InputData(inputData);
Expand Down

0 comments on commit d9ba58b

Please sign in to comment.