diff options
Diffstat (limited to 'source/modules/asura-core/graphics/sprite_batch.h')
-rw-r--r-- | source/modules/asura-core/graphics/sprite_batch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/modules/asura-core/graphics/sprite_batch.h b/source/modules/asura-core/graphics/sprite_batch.h index 17ecb40..b517334 100644 --- a/source/modules/asura-core/graphics/sprite_batch.h +++ b/source/modules/asura-core/graphics/sprite_batch.h @@ -24,9 +24,9 @@ namespace AsuraEngine private: - LUAX_DECL_FACTORY(SpriteBatch); - + luaxport: + LUAX_DECL_FACTORY(SpriteBatch); }; |