Softlock fix

This commit is contained in:
Wojtek Figat
2023-08-01 10:01:00 +02:00
parent f79390baa4
commit 911cdb3f2d

View File

@@ -178,7 +178,7 @@ void ShadowsOfMordor::Builder::onJobRender(GPUContext* context)
DrawCall drawCall;
if (TerrainManager::GetChunkGeometry(drawCall, chunkSize, 0))
return;
break;
context->UpdateCB(cb, &shaderData);
context->BindCB(0, cb);