Ensure the rencache commands buffer is cleared on restart
Fix issue #176 but it should be tested more thoroughly.
This commit is contained in:
@@ -312,3 +312,7 @@ void rencache_end_frame(void) {
|
||||
cells_prev = tmp;
|
||||
command_buf_idx = 0;
|
||||
}
|
||||
|
||||
void rencache_clear() {
|
||||
command_buf_idx = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user