From eb11374093b07bd968ccb955eecd06133db0ab74 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Mon, 15 Dec 2025 12:29:58 -0700 Subject: 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 --- src/engine/Actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/Actor.cpp') diff --git a/src/engine/Actor.cpp b/src/engine/Actor.cpp index ccec1cb9e..72f7b3289 100644 --- a/src/engine/Actor.cpp +++ b/src/engine/Actor.cpp @@ -25,7 +25,7 @@ void AActor::BeginPlay() { if ((nullptr != Model) && (Model[0] != '\0')) { // Prevent collision mesh from being generated extra times. if (Triangles.size() == 0) { - Editor::GenerateCollisionMesh(this, (Gfx*)LOAD_ASSET_RAW(Model), 1.0f); + TrackEditor::GenerateCollisionMesh(this, (Gfx*)LOAD_ASSET_RAW(Model), 1.0f); } } } -- cgit v1.2.3