mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 13:35:12 +00:00
parent
80d0c6209f
commit
b03237f24f
1 changed files with 1 additions and 3 deletions
|
@ -458,7 +458,5 @@ void djui_panel_player_create(struct DjuiBase* caller) {
|
||||||
}
|
}
|
||||||
|
|
||||||
struct DjuiPanel* p = djui_panel_add(caller, panel, NULL);
|
struct DjuiPanel* p = djui_panel_add(caller, panel, NULL);
|
||||||
if (p != NULL) {
|
p->on_panel_destroy = djui_panel_player_destroy;
|
||||||
p->on_panel_destroy = djui_panel_player_destroy;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue