We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ab31b commit 905430cCopy full SHA for 905430c
GeneralsMD/Code/GameEngine/Source/GameClient/GameClient.cpp
@@ -593,6 +593,7 @@ void GameClient::update( void )
593
{
594
TheKeyboard->UPDATE();
595
TheKeyboard->createStreamMessages();
596
+
597
}
598
599
// Update the Eva stuff
@@ -603,6 +604,7 @@ void GameClient::update( void )
603
604
605
TheMouse->UPDATE();
606
TheMouse->createStreamMessages();
607
608
609
610
0 commit comments