Fix running the first job.

This commit is contained in:
Relintai 2020-10-05 22:34:11 +02:00
parent 08c2fc8fc1
commit 14735b8569

View File

@ -970,7 +970,7 @@ VoxelChunk::VoxelChunk() {
_margin_start = 0;
_margin_end = 0;
_current_job = 0;
_current_job = -1;
_queued_generation = false;
}