diff --git a/Editor/src/Windows/FileSystemUI.cpp b/Editor/src/Windows/FileSystemUI.cpp index 6c4f7649..1d7a25af 100644 --- a/Editor/src/Windows/FileSystemUI.cpp +++ b/Editor/src/Windows/FileSystemUI.cpp @@ -262,7 +262,7 @@ namespace Nuake if(!String::IsDigit(fileName[0])) { - FileSystem::BeginWriteFile(path); + FileSystem::BeginWriteFile(path); FileSystem::WriteLine(TEMPLATE_SCRIPT_FIRST + fileName + TEMPLATE_SCRIPT_SECOND); FileSystem::EndWriteFile();