Merge pull request #403 from RichardTry/patch-1

AreaMap2D getHeight typo fix
This commit is contained in:
MihailRis 2024-12-07 18:58:41 +03:00 committed by GitHub
commit 9a7cafa422
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -180,7 +180,7 @@ namespace util {
}
TCoord getHeight() const {
return sizeX;
return sizeY;
}
const std::vector<T>& getBuffer() const {