Fix new track bug (#593)

This commit is contained in:
MegaMech
2025-12-14 21:37:03 -07:00
committed by GitHub
parent 7bc8d6f4be
commit 2995361eb1
5 changed files with 48 additions and 25 deletions
+1
View File
@@ -352,6 +352,7 @@ bool IsTriangleWindingInverted() {
Track::Track() {
Props.SetText(Props.ResourceName, "mod:blank_track", sizeof(Props.ResourceName));
Props.SetText(Props.Name, "Blank Track", sizeof(Props.Name));
Props.SetText(Props.DebugName, "blnktrck", sizeof(Props.DebugName));
Props.SetText(Props.TrackLength, "100m", sizeof(Props.TrackLength));