Update Track.cpp (#595)
This commit is contained in:
parent
eb11374093
commit
8250ea5764
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in New Issue