mirror of
https://github.com/luanti-org/minetestmapper.git
synced 2025-12-31 03:35:33 +01:00
Small cast cleaning.
This commit is contained in:
@@ -73,7 +73,7 @@ class TileGenerator
|
||||
{
|
||||
private:
|
||||
typedef std::map<std::string, Color> ColorMap;
|
||||
typedef std::pair<BlockPos, std::string> Block;
|
||||
typedef std::pair<BlockPos, std::basic_string<unsigned char> > Block;
|
||||
typedef std::list<Block> BlockList;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user