mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 11:41:46 +02:00
Fixed bug in right-click code
This commit is contained in:
@@ -370,7 +370,7 @@ namespace Glest {
|
||||
virtual void updateCamera();
|
||||
virtual void render();
|
||||
virtual void tick();
|
||||
bool Game::checkRightDoubleClick(void);
|
||||
bool checkRightDoubleClick(void);
|
||||
|
||||
//event managing
|
||||
virtual bool textInput(std::string text);
|
||||
|
Reference in New Issue
Block a user