mirror of
https://github.com/nicbarker/clay.git
synced 2025-09-18 04:26:18 +00:00
updated examples to call close
This commit is contained in:
parent
ad363f986c
commit
c7703b7a50
|
@ -72,4 +72,6 @@ int main(void) {
|
|||
Clay_Raylib_Render(renderCommandsBottom, fonts);
|
||||
EndDrawing();
|
||||
}
|
||||
|
||||
Clay_Raylib_Close();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue