1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-21 18:30:15 -04:00

delta time no longer reloading images

This commit is contained in:
nova
2025-10-13 23:09:57 +02:00
parent 140457e4b7
commit df726e2f32
3 changed files with 4 additions and 3 deletions

View File

@@ -183,7 +183,7 @@ void *thread_rgt(){
free(rgt_buffer);
rgt_buffer = malloc(sizeof(char));
rgt_buffer[0] = '\0';
} else {
} else if ((status & STATUS_DELTA_TIME) != STATUS_DELTA_TIME) {
unsigned long i = 0;
for (i = 0; i < rgt_file_count; i++) {