Skip to content
Snippets Groups Projects
Commit 25d8fd35 authored by Gundalf's avatar Gundalf
Browse files

Do not force save in test file. ;)

parent 44c0de13
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,7 @@ int NifExport::DoExport(const TCHAR *name, ExpInterface *ei, Interface *i, BOOL
if (result!=Exporter::Ok)
throw exception("Unknown error.");
WriteNifTree("d:\\test.nif", NiObjectRef(root), VER_20_0_0_5, 11);
WriteNifTree(name, NiObjectRef(root), VER_20_0_0_5, 11);
}
catch (exception &e)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment