Remove hacks associated with SetLevelMesh
This commit is contained in:
parent
b0d182c099
commit
adfc7082f5
4 changed files with 6 additions and 9 deletions
|
|
@ -535,7 +535,7 @@ void VulkanRenderDevice::SetLevelMesh(LevelMesh* mesh)
|
|||
{
|
||||
mRaytrace->SetLevelMesh(mesh);
|
||||
|
||||
if (lastMesh != mesh && mesh->GetSurfaceCount() > 0)
|
||||
if (mesh->GetSurfaceCount() > 0)
|
||||
{
|
||||
lastMesh = mesh;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue