What a dumb bug...
This commit is contained in:
@@ -11,7 +11,7 @@ struct PopupWindow {
|
||||
exec = func;
|
||||
}
|
||||
|
||||
void setOpened(bool v) { opened = true; }
|
||||
void setOpened(bool v) { opened = v; }
|
||||
|
||||
bool render() {
|
||||
if(!opened)
|
||||
|
||||
Reference in New Issue
Block a user