Softlock fix

This commit is contained in:
Wiktor Kocielski
2023-07-29 18:55:29 +03:00
committed by GitHub
parent eb641e142e
commit 383b21c108

View File

@@ -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());
_wasStageDone = true;
scene->EntriesLocker.Unlock();
return;
}
const auto heightmap = patch->Heightmap.Get()->GetTexture();