Fixed include issues

This commit is contained in:
andreja6
2018-04-12 19:25:17 -07:00
parent fe2f8cf160
commit 5306ec6809
9 changed files with 23 additions and 7 deletions

View File

@@ -268,6 +268,8 @@ void Demo::onUserInput(UserInput* ui) {
if(ui->keyPressed(SDLK_LSHIFT))
{
app->debugController.setMoveRate(20);
}
else if(ui->keyReleased(SDLK_LSHIFT))
{