summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/graphics/canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/asura-core/graphics/canvas.h')
-rw-r--r--source/modules/asura-core/graphics/canvas.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/source/modules/asura-core/graphics/canvas.h b/source/modules/asura-core/graphics/canvas.h
index 4175561..5c11706 100644
--- a/source/modules/asura-core/graphics/canvas.h
+++ b/source/modules/asura-core/graphics/canvas.h
@@ -53,18 +53,14 @@ namespace AsuraEngine
uint mWidth, mHeight;
- public:
-
- //----------------------------------------------------------------------------//
+ luaxport:
- LUAX_DECL_FACTORY(Canvas);
+ LUAX_DECL_FACTORY(Canvas, RenderTarget);
LUAX_DECL_METHOD(_SetSize);
LUAX_DECL_METHOD(_Bind);
LUAX_DECL_METHOD(_Unbind);
- //----------------------------------------------------------------------------//
-
};
///