From 2704154b1b66795f7954f904e04f1b0e1f982d62 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 24 May 2024 12:57:07 -0400 Subject: [PATCH] Space --- LEGO1/lego/legoomni/src/paths/legopathactor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/paths/legopathactor.cpp b/LEGO1/lego/legoomni/src/paths/legopathactor.cpp index 97ab0357..661c3e95 100644 --- a/LEGO1/lego/legoomni/src/paths/legopathactor.cpp +++ b/LEGO1/lego/legoomni/src/paths/legopathactor.cpp @@ -577,7 +577,6 @@ void LegoPathActor::ParseAction(char* p_extra) float destScale = atof(token); LegoWorld* world = CurrentWorld(); - if (world != NULL) { world->PlaceActor(this, name, src, srcScale, dest, destScale); }