diff options
Diffstat (limited to 'src/resources/atlasmanager.cpp')
-rw-r--r-- | src/resources/atlasmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/atlasmanager.cpp b/src/resources/atlasmanager.cpp index 8b1cfe374..26c40ed47 100644 --- a/src/resources/atlasmanager.cpp +++ b/src/resources/atlasmanager.cpp @@ -186,7 +186,7 @@ void AtlasManager::simpleSort(const std::string &restrict name, tempHeight = 0; } - // cant put image with this height + // can't put image with this height if (y + img->mBounds.h > size) { x = 0; |