mirror of
https://github.com/minetest/minetestmapper.git
synced 2025-07-02 00:20:22 +02:00
Fixed windows compatibility.
This commit is contained in:
@ -575,7 +575,7 @@ void TileGenerator::renderPlayers(const std::string &inputPath)
|
||||
|
||||
struct dirent *ent;
|
||||
while ((ent = readdir (dir)) != NULL) {
|
||||
if (ent->d_type == DT_DIR) {
|
||||
if (ent->d_name[0] == '.') {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user