From 994e65e5a80c814c2ffe6da66a356228e37f35f4 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 16 Nov 2017 22:01:32 +0000 Subject: Fixing license headers --- yage/core/spritesheet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yage/core/spritesheet.cpp') diff --git a/yage/core/spritesheet.cpp b/yage/core/spritesheet.cpp index 09c344e3..e18d7fe8 100644 --- a/yage/core/spritesheet.cpp +++ b/yage/core/spritesheet.cpp @@ -35,7 +35,7 @@ SpriteSheet::SpriteSheet(string pngFileName, string jsonFileName) if (texture_.width != jsonWidth) throw runtime_error("JSON width does not match texture width"); - if (texture_.height != jsonHeight) + if (texture_.height != jsonHeight) throw runtime_error("JSON height does not match texture height"); } -- cgit