mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00: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…
Add table
Reference in a new issue