Remove New Track Button

This commit is contained in:
MegaMech
2025-04-23 13:32:12 -06:00
parent 9f1266d283
commit f9a2e50869
3 changed files with 0 additions and 15 deletions
-6
View File
@@ -152,10 +152,4 @@ namespace Editor {
eObjectPicker.eGizmo.dimensions.MinZ = minZ + -1000;
eObjectPicker.eGizmo.dimensions.MaxZ = maxZ + 1000;
}
// This is more of a reset
void Editor::NewTrack() {
auto course = gWorldInstance.CurrentCourse = new Course();
course->Props.New();
}
}