-- [Change] It would be an idea to update the input.

This commit is contained in:
Rtch90 2011-10-25 12:03:25 +01:00
parent 8f2f5301eb
commit b99de4354e

View File

@ -200,6 +200,7 @@ int main() {
default: default:
break; break;
} }
UpdateInput();
} }
// Render the scene. // Render the scene.
float elapsedTime = GetElapsedSeconds(); float elapsedTime = GetElapsedSeconds();