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 33dda3322c
commit 26928ac6f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {