allow overlay screens to accept codes
This commit is contained in:
@@ -326,7 +326,7 @@ bool ScreenInstallOverlay::OverlayInput( const InputEventPlus &input )
|
||||
}
|
||||
*/
|
||||
|
||||
return false;
|
||||
return Screen::OverlayInput(input);
|
||||
}
|
||||
|
||||
void ScreenInstallOverlay::Update( float fDeltaTime )
|
||||
|
||||
Reference in New Issue
Block a user