missed one

This commit is contained in:
Antonis Geralis 2023-01-02 13:23:15 +02:00 committed by GitHub
parent dda41559c3
commit 56de0686d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ int main(void)
{ {
// Reset everything to launch again // Reset everything to launch again
atomic_store_explicit(&dataLoaded, false, memory_order_relaxed); atomic_store_explicit(&dataLoaded, false, memory_order_relaxed);
dataProgress = 0; atomic_store_explicit(&dataProgress, 0, memory_order_relaxed);
state = STATE_WAITING; state = STATE_WAITING;
} }
} break; } break;