mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Remove return
This commit is contained in:
parent
df97aff752
commit
2d84fbb97d
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user