Update Course.cpp (#403)
This commit is contained in:
parent
956058a32d
commit
591322113c
|
|
@ -116,6 +116,7 @@ void Course::LoadO2R(std::string trackPath) {
|
|||
size_t i = 0;
|
||||
for (auto& path : paths) {
|
||||
if (i == 0) {
|
||||
Props.PathSizes.unk0 = path.size();
|
||||
Props.PathTable[0] = (TrackPathPoint*)path.data();
|
||||
Props.PathTable[1] = NULL;
|
||||
Props.PathTable[2] = NULL;
|
||||
|
|
|
|||
Loading…
Reference in New Issue