overlay error (#88)

* overlay error

fixed compilation error

* Update custom_menu_system.c

Co-authored-by: djoslin0 <djoslin0@users.noreply.github.com>
This commit is contained in:
Victor Diego Alejandro Diaz Urbaneja 2020-10-17 02:36:31 -04:00 committed by GitHub
parent 5e740253b6
commit aa6952db0f
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ void custom_menu_destroy(void) {
sHead = NULL;
sCurrentMenu = NULL;
sLastMenu = NULL;
overlay = NULL;
}
void custom_menu_system_loop(void) {