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
|
@ -192,7 +192,7 @@ unsigned int WINAPI TheThread(void *)
|
|||
if (!Core_IsActive())
|
||||
UpdateUIState(UISTATE_MENU);
|
||||
|
||||
Core_Run(graphicsContext);
|
||||
Core_Run(graphicsContext, &input_state);
|
||||
}
|
||||
|
||||
shutdown:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue