Remove return

This commit is contained in:
Christian Semmler 2024-02-15 11:17:47 -05:00
parent df97aff752
commit 2d84fbb97d

View File

@ -103,7 +103,6 @@ void GasStation::Enable(MxBool p_enable)
if (p_enable) { if (p_enable) {
InputManager()->SetWorld(this); InputManager()->SetWorld(this);
InputManager()->SetCamera(NULL); InputManager()->SetCamera(NULL);
return;
} }
else { else {
if (InputManager()->GetWorld() == this) { if (InputManager()->GetWorld() == this) {