minor fix in impostor rendering system

This commit is contained in:
turanszkij
2017-05-18 19:22:36 +02:00
parent c2be59b3b3
commit 91c0fa97ed
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -3817,6 +3817,7 @@ void wiRenderer::RenderMeshes(const XMFLOAT3& eye, const CulledCollection& culle
break;
}
}
SetAlphaRef(0.75f, threadID);
GetDevice()->DrawInstanced(6 * 6, k, threadID); // 6 * 6: see Mesh::CreateImpostorVB function
}
}
+1 -1
View File
@@ -9,7 +9,7 @@ namespace wiVersion
// minor features, major updates
const int minor = 11;
// minor bug fixes, alterations, refactors, updates
const int revision = 46;
const int revision = 47;
long GetVersion()