SDK/LuaBinding: Fix TextureManager binding
This commit is contained in:
parent
fd24583fdf
commit
713f7dfd5b
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue