mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Tools/vmap_assembler: Use boost::filesystem::path for creating filenames
This commit is contained in:
@@ -55,7 +55,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
std::cout << "using " << src << " as source directory and writing output to " << dest << std::endl;
|
||||
|
||||
VMAP::TileAssembler ta(std::move(src), std::move(dest), threads);
|
||||
VMAP::TileAssembler ta(src, dest, threads);
|
||||
|
||||
if (!ta.convertWorld2())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user