Merge pull request #403 from RichardTry/patch-1
AreaMap2D getHeight typo fix
This commit is contained in:
@@ -180,7 +180,7 @@ namespace util {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TCoord getHeight() const {
|
TCoord getHeight() const {
|
||||||
return sizeX;
|
return sizeY;
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::vector<T>& getBuffer() const {
|
const std::vector<T>& getBuffer() const {
|
||||||
|
|||||||
Reference in New Issue
Block a user