diff options
author | chai <chaifix@163.com> | 2018-11-26 16:37:02 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-26 16:37:02 +0800 |
commit | f49291959d22b9f05f0c19a31c3f9a8905805014 (patch) | |
tree | 9521247e6a9381548c8958755b0ca603570b519e /src/lua/modules/graphics/je_lua_spritesheet.cpp | |
parent | 24b712a956a48f43788e1c11e121aedf52e22278 (diff) |
*lua bind
Diffstat (limited to 'src/lua/modules/graphics/je_lua_spritesheet.cpp')
-rw-r--r-- | src/lua/modules/graphics/je_lua_spritesheet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/modules/graphics/je_lua_spritesheet.cpp b/src/lua/modules/graphics/je_lua_spritesheet.cpp index 3f22319..3c92cbc 100644 --- a/src/lua/modules/graphics/je_lua_spritesheet.cpp +++ b/src/lua/modules/graphics/je_lua_spritesheet.cpp @@ -69,7 +69,7 @@ namespace JinEngine int argc = luax_gettop(L); if (argc == 6) { - sprs = ss->createSprites(count, r, c, w, h, Origin::TopLeft); + sprs = ss->createSprites(count, r, c, w, h, Origin::TOPLEFT); } else if (argc >= 8) { |