What a dumb bug...

This commit is contained in:
irisz64
2025-05-23 15:53:32 +02:00
parent 9fd6c585d6
commit 3b28de6afc

View File

@@ -11,7 +11,7 @@ struct PopupWindow {
exec = func;
}
void setOpened(bool v) { opened = true; }
void setOpened(bool v) { opened = v; }
bool render() {
if(!opened)