Sdk/Application: Add GetUpdateTime()
Former-commit-id: 55acb0529b41860c56ad0717ab15005e4d237f0f
This commit is contained in:
@@ -54,6 +54,11 @@ namespace Ndk
|
||||
return m_worlds.back();
|
||||
}
|
||||
|
||||
inline float Application::GetUpdateTime() const
|
||||
{
|
||||
return m_updateTime;
|
||||
}
|
||||
|
||||
inline void Application::Quit()
|
||||
{
|
||||
m_shouldQuit = true;
|
||||
|
||||
Reference in New Issue
Block a user