Merge pull request #403 from RichardTry/patch-1
AreaMap2D getHeight typo fix
This commit is contained in:
commit
9a7cafa422
@ -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