1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Drop texture file list cache (#6660)

This commit is contained in:
Vitaliy 2018-03-10 21:33:37 +03:00 committed by SmallJoker
parent ee20433425
commit cf8d579abc
2 changed files with 3 additions and 5 deletions

View file

@ -339,4 +339,4 @@ struct TileSpec
TileLayer layers[MAX_TILE_LAYERS];
};
const std::vector<std::string> &getTextureDirs();
std::vector<std::string> getTextureDirs();