Ensure the rencache commands buffer is cleared on restart

Fix issue #176 but it should be tested more thoroughly.
This commit is contained in:
Francesco Abbate
2021-05-05 09:32:24 +02:00
parent 820d520fc3
commit d8244120e9
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -13,5 +13,6 @@ int rencache_draw_text(FontDesc *font_desc, const char *text, int x, int y, Ren
void rencache_invalidate(void);
void rencache_begin_frame(void);
void rencache_end_frame(void);
void rencache_clear();
#endif