mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-04 13:28:07 +00:00
Added missing CloseWindow() call for raylib as well
This commit is contained in:
parent
3612431e82
commit
ad363f986c
@ -132,6 +132,8 @@ void Clay_Raylib_Close()
|
||||
{
|
||||
if(temp_render_buffer) free(temp_render_buffer);
|
||||
temp_render_buffer_len = 0;
|
||||
|
||||
CloseWindow();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user