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:
@@ -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++) {
|
||||
|
Reference in New Issue
Block a user