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

@@ -182,7 +182,9 @@ namespace Ndk
world.BindMethod("DisableProfiler", &World::DisableProfiler);
world.BindMethod("EnableProfiler", &World::EnableProfiler);
world.BindMethod("IsProfilerEnabled", &World::IsProfilerEnabled);
world.BindMethod("Refresh", &World::Refresh);
world.BindMethod("ResetProfiler", &World::ResetProfiler);
world.BindMethod("Update", &World::Update);
world.BindMethod("IsValidHandle", &WorldHandle::IsValid);
}