Close colors file after parsing
This commit is contained in:
parent
6544d4de37
commit
64bf53fc8a
@ -326,6 +326,7 @@ void TileGenerator::parseColorsFile(const std::string &fileName)
|
||||
return;
|
||||
}
|
||||
parseColorsStream(in, fileName.c_str());
|
||||
in.close();
|
||||
}
|
||||
|
||||
void TileGenerator::setBackend(std::string backend)
|
||||
|
Loading…
x
Reference in New Issue
Block a user