AreaMap2D getHeight fix
Fix typo and return sizeY.
This commit is contained in:
@@ -180,7 +180,7 @@ namespace util {
|
||||
}
|
||||
|
||||
TCoord getHeight() const {
|
||||
return sizeX;
|
||||
return sizeY;
|
||||
}
|
||||
|
||||
const std::vector<T>& getBuffer() const {
|
||||
|
||||
Reference in New Issue
Block a user