This commit is contained in:
Christian Semmler 2024-05-24 12:57:07 -04:00
parent 6293012d02
commit 2704154b1b

View File

@ -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);
}