summaryrefslogtreecommitdiff
path: root/source/libs/asura-lib-core/graphics/canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/libs/asura-lib-core/graphics/canvas.h')
-rw-r--r--source/libs/asura-lib-core/graphics/canvas.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/libs/asura-lib-core/graphics/canvas.h b/source/libs/asura-lib-core/graphics/canvas.h
index 6b8b630..5b188ca 100644
--- a/source/libs/asura-lib-core/graphics/canvas.h
+++ b/source/libs/asura-lib-core/graphics/canvas.h
@@ -64,9 +64,9 @@ namespace AsuraEngine
LUAX_DECL_FACTORY(SimCanvas);
- LUAX_DECL_METHOD(l_SetSize);
- LUAX_DECL_METHOD(l_Bind);
- LUAX_DECL_METHOD(l_Unbind);
+ LUAX_DECL_METHOD(_SetSize);
+ LUAX_DECL_METHOD(_Bind);
+ LUAX_DECL_METHOD(_Unbind);
//----------------------------------------------------------------------------------------------------------