Update Track.cpp

This commit is contained in:
MegaMech 2025-12-15 12:37:47 -07:00 committed by GitHub
parent eb11374093
commit 3ba20d98c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -351,7 +351,6 @@ 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));