From 25b394738f08bc2e7b23f8343096f8296b46c633 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 25 Nov 2018 11:28:59 +0800 Subject: *gl --- src/libjin/graphics/je_sprite_sheet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libjin/graphics/je_sprite_sheet.h') 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 createSprites(uint count, uint row, uint colum, uint w, uint h, Origin origin = Origin::TopLeft, uint offx = 0, uint offy = 0); + std::vector createSprites(uint count, uint row, uint colum, uint w, uint h, Origin origin = Origin::TOPLEFT, uint offx = 0, uint offy = 0); std::vector createSprites(uint count, uint row, uint colum, uint w, uint h, float ox = 0, float oy = 0, uint offx = 0, uint offy = 0); -- cgit v1.1-26-g67d0