mirror of
https://github.com/nicbarker/clay.git
synced 2025-11-01 15:26:17 +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 a new issue