camera reset and default state

This commit is contained in:
veclavtalica
2025-02-02 01:41:02 +03:00
parent dfd888a80a
commit 2120f6876c
3 changed files with 5 additions and 3 deletions

View File

@ -230,7 +230,7 @@ bool render_init(void);
void render(void);
/* clears all render queues */
void render_queue_clear(void);
void render_clear(void);
/* fills two existing arrays with the geometry data of a circle */
/* the size of indices must be at least 3 times the number of vertices */