mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-29 19:52:18 -04:00
Update Track.cpp (#595)
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user