diff options
author | chai <chaifix@163.com> | 2018-11-25 11:28:59 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-25 11:28:59 +0800 |
commit | 25b394738f08bc2e7b23f8343096f8296b46c633 (patch) | |
tree | 886a81c260b7381e0355c077ef780d7e93200de1 /src/libjin/graphics/je_sprite_sheet.h | |
parent | 89a7d8e2923776e59130b4d5c5e5f82ed425e828 (diff) |
*gl
Diffstat (limited to 'src/libjin/graphics/je_sprite_sheet.h')
-rw-r--r-- | src/libjin/graphics/je_sprite_sheet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/graphics/je_sprite_sheet.h b/src/libjin/graphics/je_sprite_sheet.h index 57e31f7..8fee3f1 100644 --- a/src/libjin/graphics/je_sprite_sheet.h +++ b/src/libjin/graphics/je_sprite_sheet.h @@ -28,7 +28,7 @@ namespace JinEngine /// /// /// - std::vector<Sprite*> createSprites(uint count, uint row, uint colum, uint w, uint h, Origin origin = Origin::TopLeft, uint offx = 0, uint offy = 0); + std::vector<Sprite*> createSprites(uint count, uint row, uint colum, uint w, uint h, Origin origin = Origin::TOPLEFT, uint offx = 0, uint offy = 0); std::vector<Sprite*> createSprites(uint count, uint row, uint colum, uint w, uint h, float ox = 0, float oy = 0, uint offx = 0, uint offy = 0); |