diff --git a/LEGO1/lego/legoomni/src/gasstation/gasstation.cpp b/LEGO1/lego/legoomni/src/gasstation/gasstation.cpp index 2d00574e..6db4bd8b 100644 --- a/LEGO1/lego/legoomni/src/gasstation/gasstation.cpp +++ b/LEGO1/lego/legoomni/src/gasstation/gasstation.cpp @@ -103,7 +103,6 @@ void GasStation::Enable(MxBool p_enable) if (p_enable) { InputManager()->SetWorld(this); InputManager()->SetCamera(NULL); - return; } else { if (InputManager()->GetWorld() == this) {