Fix merge fails
This commit is contained in:
@@ -216,13 +216,6 @@ namespace Ndk
|
|||||||
m_forceRenderQueueInvalidation = false;
|
m_forceRenderQueueInvalidation = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const Ndk::EntityHandle& particleGroup : m_particleGroups)
|
|
||||||
{
|
|
||||||
ParticleGroupComponent& groupComponent = particleGroup->GetComponent<ParticleGroupComponent>();
|
|
||||||
|
|
||||||
groupComponent.AddToRenderQueue(renderQueue, Nz::Matrix4f::Identity()); //< ParticleGroup doesn't use Matrix4f
|
|
||||||
}
|
|
||||||
|
|
||||||
camComponent.ApplyView();
|
camComponent.ApplyView();
|
||||||
|
|
||||||
Nz::SceneData sceneData;
|
Nz::SceneData sceneData;
|
||||||
|
|||||||
@@ -771,7 +771,6 @@ namespace Nz
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
instances.clear();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user