diff --git a/Source/Engine/ShadowsOfMordor/Builder.Jobs.cpp b/Source/Engine/ShadowsOfMordor/Builder.Jobs.cpp index 305cc71b8..867c5b3f9 100644 --- a/Source/Engine/ShadowsOfMordor/Builder.Jobs.cpp +++ b/Source/Engine/ShadowsOfMordor/Builder.Jobs.cpp @@ -70,7 +70,7 @@ void ShadowsOfMordor::Builder::onJobRender(GPUContext* context) { uint32 rowPitch, slicePitch; texture->ComputePitch(mipIndex, rowPitch, slicePitch); - context->UpdateTexture(textures[textureIndex], 0, 0, cleaner, rowPitch, slicePitch); + context->UpdateTexture(textures[textureIndex], 0, mipIndex, cleaner, rowPitch, slicePitch); } } }