Fix compilation warnings

This commit is contained in:
Lynix
2017-09-30 14:54:08 +02:00
parent 0fa3565435
commit fb354b1204
2 changed files with 10 additions and 10 deletions

View File

@@ -35,9 +35,9 @@ namespace Ndk
m_requiredComponents(system.m_requiredComponents),
m_systemIndex(system.m_systemIndex),
m_updateEnabled(system.m_updateEnabled),
m_updateCounter(0.f),
m_fixedUpdateRate(system.m_fixedUpdateRate),
m_maxUpdateRate(system.m_maxUpdateRate),
m_updateCounter(0.f),
m_updateOrder(system.m_updateOrder)
{
}