Sdk/RenderSystem: Disable update limit
Former-commit-id: 5ccc441fc7c4e0e6050c1df75d4a51a8720b11a6
This commit is contained in:
parent
d225f50759
commit
53c671bc6a
|
|
@ -13,6 +13,7 @@ namespace Ndk
|
||||||
{
|
{
|
||||||
RenderSystem::RenderSystem()
|
RenderSystem::RenderSystem()
|
||||||
{
|
{
|
||||||
|
SetUpdateRate(0.f);
|
||||||
}
|
}
|
||||||
|
|
||||||
void RenderSystem::OnEntityRemoved(Entity* entity)
|
void RenderSystem::OnEntityRemoved(Entity* entity)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue