Get rid of the input_state global linkage.
This commit is contained in:
parent
fd0af5b271
commit
95d912c378
8 changed files with 18 additions and 23 deletions
|
@ -360,7 +360,7 @@ void MainUI::paintGL()
|
|||
updateAccelerometer();
|
||||
UpdateInputState(&input_state);
|
||||
time_update();
|
||||
UpdateRunLoop();
|
||||
UpdateRunLoop(&input_state);
|
||||
}
|
||||
|
||||
void MainUI::updateAccelerometer()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue