SDK/LuaBinding: Fix TextureManager binding

This commit is contained in:
Lynix 2017-06-10 22:32:51 +02:00
parent fd24583fdf
commit 713f7dfd5b
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ namespace Ndk
} }
/*********************************** Nz::TextureManager ***********************************/ /*********************************** Nz::TextureManager ***********************************/
textureManager.Reset("textureManager"); textureManager.Reset("TextureManager");
{ {
textureManager.BindStaticMethod("Clear", &Nz::TextureManager::Clear); textureManager.BindStaticMethod("Clear", &Nz::TextureManager::Clear);
textureManager.BindStaticMethod("Get", &Nz::TextureManager::Get); textureManager.BindStaticMethod("Get", &Nz::TextureManager::Get);