From 2d84fbb97d096aaf6f6fde86442a9cba3449d588 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Thu, 15 Feb 2024 11:17:47 -0500 Subject: [PATCH] Remove return --- LEGO1/lego/legoomni/src/gasstation/gasstation.cpp | 1 - 1 file changed, 1 deletion(-) 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) {