Softlock fix
This commit is contained in:
@@ -155,6 +155,7 @@ void ShadowsOfMordor::Builder::onJobRender(GPUContext* context)
|
|||||||
{
|
{
|
||||||
LOG(Error, "Terrain actor {0} is missing heightmap for baking, skipping baking stage.", terrain->GetName());
|
LOG(Error, "Terrain actor {0} is missing heightmap for baking, skipping baking stage.", terrain->GetName());
|
||||||
_wasStageDone = true;
|
_wasStageDone = true;
|
||||||
|
scene->EntriesLocker.Unlock();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const auto heightmap = patch->Heightmap.Get()->GetTexture();
|
const auto heightmap = patch->Heightmap.Get()->GetTexture();
|
||||||
|
|||||||
Reference in New Issue
Block a user