mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-01-22 07:32:07 -05:00
Fix DJUI base crash
This commit is contained in:
parent
78e3271391
commit
75d176c993
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
////////////////
|
||||
|
||||
void djui_base_set_visible(struct DjuiBase* base, bool visible) {
|
||||
if (!base) { return; }
|
||||
base->visible = visible;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue