You can now open add object in the scenario editor.

This commit is contained in:
Justin Marshall
2020-06-05 19:40:04 -07:00
parent c21032ebd1
commit 2a81d98ee1
3 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -732,7 +732,7 @@ void WWSDL_ProcessEvents(KeyNumType& key, int& flags) {
}
else if (event.button.button == SDL_BUTTON_RIGHT) {
flags = GadgetClass::RIGHTPRESS;
key = KN_LMOUSE;
key = KN_RMOUSE;
}
break;