Update Course.cpp (#403)

This commit is contained in:
MegaMech 2025-06-30 12:13:21 -06:00 committed by GitHub
parent 956058a32d
commit 591322113c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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;