mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-29 09:30:14 -04:00
Edit TrackInfo Properties (#594)
* Fix finishline for toads turnpike in extra * Fixed trash bin in extra * Refactor fov * Update scene.json * Allow setting fog * impl fog save & load * Fix modifying resourceName and rename editor namespace to trackeditor * small change
This commit is contained in:
+2
-2
@@ -69,7 +69,7 @@ Cup* gBattleCup;
|
||||
|
||||
HarbourMastersIntro gMenuIntro;
|
||||
|
||||
Editor::Editor gEditor;
|
||||
TrackEditor::Editor gEditor;
|
||||
|
||||
s32 gTrophyIndex = NULL;
|
||||
|
||||
@@ -757,7 +757,7 @@ void CM_ActorGenerateCollision(struct Actor* actor) {
|
||||
|
||||
if ((nullptr != act->Model) && (act->Model[0] != '\0')) {
|
||||
if (act->Triangles.size() == 0) {
|
||||
Editor::GenerateCollisionMesh(act, (Gfx*)LOAD_ASSET_RAW(act->Model), 1.0f);
|
||||
TrackEditor::GenerateCollisionMesh(act, (Gfx*)LOAD_ASSET_RAW(act->Model), 1.0f);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user