Fix merge fails
This commit is contained in:
parent
561c0cf51f
commit
4ba744c1bc
|
|
@ -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();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue