mirror of
https://github.com/minetest/minetestmapper.git
synced 2025-06-29 23:20:28 +02:00
Rename tilePositions() to sortPositionsIntoTiles()
the first name was confusing.
This commit is contained in:
@ -95,7 +95,7 @@ public:
|
||||
void setZoom(int zoom);
|
||||
void setScales(uint flags);
|
||||
void setDontWriteEmpty(bool f);
|
||||
void tilePositions();
|
||||
void sortPositionsIntoTiles();
|
||||
|
||||
private:
|
||||
void parseColorsStream(std::istream &in);
|
||||
|
Reference in New Issue
Block a user