diff --git a/src/util/AreaMap2D.hpp b/src/util/AreaMap2D.hpp index 8eb48f9b..1a6c97ce 100644 --- a/src/util/AreaMap2D.hpp +++ b/src/util/AreaMap2D.hpp @@ -180,7 +180,7 @@ namespace util { } TCoord getHeight() const { - return sizeX; + return sizeY; } const std::vector& getBuffer() const {