Sdk/RenderSystem: Disable update limit

Former-commit-id: 5ccc441fc7c4e0e6050c1df75d4a51a8720b11a6
This commit is contained in:
Lynix 2015-06-23 00:08:01 +02:00
parent d225f50759
commit 53c671bc6a
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ namespace Ndk
{
RenderSystem::RenderSystem()
{
SetUpdateRate(0.f);
}
void RenderSystem::OnEntityRemoved(Entity* entity)