Vtx now uses decimals and inc files add a new line at the end

This commit is contained in:
KiritoDv
2024-02-18 19:03:58 -06:00
parent 298b3ff0d0
commit 56ade56c12
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ void Companion::Process() {
break;
}
case ExportType::Code: {
fsout /= this->gCurrentDirectory / "bin.c";
fsout /= this->gCurrentDirectory / (filename + ".c");
break;
}
default: break;