allow overlay screens to accept codes
This commit is contained in:
@@ -498,7 +498,7 @@ bool ScreenDebugOverlay::OverlayInput( const InputEventPlus &input )
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
return Screen::OverlayInput(input);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user