Get rid of the input_state global linkage.

This commit is contained in:
Unknown W. Brackets 2016-05-27 20:24:01 -07:00
parent fd0af5b271
commit 95d912c378
8 changed files with 18 additions and 23 deletions

View file

@ -360,7 +360,7 @@ void MainUI::paintGL()
updateAccelerometer();
UpdateInputState(&input_state);
time_update();
UpdateRunLoop();
UpdateRunLoop(&input_state);
}
void MainUI::updateAccelerometer()