diff options
Diffstat (limited to 'src/engine/actors/Starship.cpp')
| -rw-r--r-- | src/engine/actors/Starship.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/actors/Starship.cpp b/src/engine/actors/Starship.cpp index e801f1029..bdafbbb4a 100644 --- a/src/engine/actors/Starship.cpp +++ b/src/engine/actors/Starship.cpp @@ -35,7 +35,7 @@ void AStarship::BeginPlay() { // Prevent collision mesh from being generated extra times. if (Editor_IsEnabled()) { if (Triangles.size() == 0) { - Editor::GenerateCollisionMesh(this, (Gfx*)Model, 1.0f); + TrackEditor::GenerateCollisionMesh(this, (Gfx*)Model, 1.0f); } } } |
