mirror of
https://github.com/Relintai/voxelman.git
synced 2024-11-20 10:47:19 +01:00
properly call set_complete in VoxelLightJob. This fixes non-threaded chunk builds.
This commit is contained in:
parent
9de15f0b0f
commit
33030e485a
@ -79,9 +79,8 @@ void VoxelLightJob::_execute_phase() {
|
||||
ERR_FAIL_COND(!library.is_valid());
|
||||
|
||||
phase_light();
|
||||
set_complete(true);
|
||||
next_job();
|
||||
|
||||
//finish
|
||||
}
|
||||
|
||||
VoxelLightJob::VoxelLightJob() {
|
||||
|
Loading…
Reference in New Issue
Block a user