mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-08 04:17:41 -04:00
Fix new track bug (#593)
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user