New material now has extension if user forgot to add it
This commit is contained in:
@@ -461,7 +461,7 @@ namespace Nuake
|
||||
material->IsEmbedded = false;
|
||||
auto jsonData = material->Serialize();
|
||||
|
||||
FileSystem::BeginWriteFile(path);
|
||||
FileSystem::BeginWriteFile(finalPath);
|
||||
FileSystem::WriteLine(jsonData.dump(4));
|
||||
FileSystem::EndWriteFile();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user