allow overlay screens to accept codes

This commit is contained in:
Devin J. Pohly
2013-01-11 10:08:27 -05:00
parent 4a3e3370d8
commit f58584c939
4 changed files with 21 additions and 14 deletions
+1 -1
View File
@@ -498,7 +498,7 @@ bool ScreenDebugOverlay::OverlayInput( const InputEventPlus &input )
}
}
return false;
return Screen::OverlayInput(input);
}