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