aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/spritesheet.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-11-16 22:01:32 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-11-16 22:01:32 +0000
commit994e65e5a80c814c2ffe6da66a356228e37f35f4 (patch)
treebc1b09ff6781df3f2bd0cd6ee7c23b8668e5ce86 /yage/core/spritesheet.cpp
parent714ed292b37a0d9baee69186bca38cf0f0c77c89 (diff)
downloadYAGE-994e65e5a80c814c2ffe6da66a356228e37f35f4.tar.gz
YAGE-994e65e5a80c814c2ffe6da66a356228e37f35f4.zip
Fixing license headers
Diffstat (limited to 'yage/core/spritesheet.cpp')
-rw-r--r--yage/core/spritesheet.cpp2
1 files changed, 1 insertions, 1 deletions
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");
}