Fix refresh Lua binding and comments

This commit is contained in:
Jérôme Leclercq
2018-02-08 16:25:52 +01:00
parent a9364ab7e2
commit 34fe5dd466
3 changed files with 5 additions and 2 deletions

View File

@@ -66,11 +66,11 @@ namespace Ndk
inline bool IsEntityIdValid(EntityId id) const;
inline bool IsProfilerEnabled() const;
void Refresh();
inline void RemoveAllSystems();
inline void RemoveSystem(SystemIndex index);
template<typename SystemType> void RemoveSystem();
void Refresh();
inline void ResetProfiler();
void Update(float elapsedTime);