mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-08 10:53:05 -04:00
Update Course.cpp (#403)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user