mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-01 10:13:03 -04:00
fix Ressource name (#596)
* fix Ressource name * add a fallback * use the correct name for dk jungle * use the correct name for macos intel CI * add print
This commit is contained in:
@@ -52,9 +52,10 @@ extern "C" void add_triangle_to_collision_mesh(Vtx* vtx1, Vtx* vtx2, Vtx* vtx3,
|
||||
}
|
||||
|
||||
void RaceManager::Load() {
|
||||
if (GetWorld()->GetTrack()) {
|
||||
auto* track = GetWorld()->GetTrack();
|
||||
if (track) {
|
||||
mirroredVtxCache.clear();
|
||||
GetWorld()->GetTrack()->Load();
|
||||
track->Load();
|
||||
} else {
|
||||
printf("[RaceManager] [Load] Track was nullptr\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user