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