mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 15:41:24 +02:00
no click on buttons while preview map is in zoomed state
This commit is contained in:
@@ -1175,6 +1175,7 @@ void MenuStateConnectedGame::mouseClick(int x, int y, MouseButton mouseButton){
|
|||||||
|
|
||||||
cleanupMapPreviewTexture();
|
cleanupMapPreviewTexture();
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
if(this->zoomedMap==true){
|
if(this->zoomedMap==true){
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user