mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-11 09:39:09 -04:00
update makefile and such (#5591)
This commit is contained in:
@ -1691,6 +1691,7 @@ int InitPlatform(void)
|
||||
// Close platform
|
||||
void ClosePlatform(void)
|
||||
{
|
||||
mg_gamepads_free(&platform.minigamepad);
|
||||
RGFW_window_close(platform.window);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user