mirror of
https://github.com/Relintai/voxelman.git
synced 2024-11-20 10:47:19 +01:00
Fix running the first job.
This commit is contained in:
parent
08c2fc8fc1
commit
14735b8569
@ -970,7 +970,7 @@ VoxelChunk::VoxelChunk() {
|
||||
_margin_start = 0;
|
||||
_margin_end = 0;
|
||||
|
||||
_current_job = 0;
|
||||
_current_job = -1;
|
||||
|
||||
_queued_generation = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user