aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/surfacesdl
diff options
context:
space:
mode:
authorEugene Sandulenko2017-08-11 21:59:59 +0200
committerEugene Sandulenko2017-08-11 21:59:59 +0200
commit1d086b9f20991ad9b87daa1cabc4610f9d611a5a (patch)
tree7db0ca08d75fc368047f8df8d2ce103d696bad95 /backends/graphics/surfacesdl
parentedeb6a636c53c9c801adcd6fcbd660677a28ef95 (diff)
downloadscummvm-rg350-1d086b9f20991ad9b87daa1cabc4610f9d611a5a.tar.gz
scummvm-rg350-1d086b9f20991ad9b87daa1cabc4610f9d611a5a.tar.bz2
scummvm-rg350-1d086b9f20991ad9b87daa1cabc4610f9d611a5a.zip
BACKENDS: SURFACESDL: Add missing break statement
Diffstat (limited to 'backends/graphics/surfacesdl')
-rw-r--r--backends/graphics/surfacesdl/surfacesdl-graphics.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/graphics/surfacesdl/surfacesdl-graphics.cpp b/backends/graphics/surfacesdl/surfacesdl-graphics.cpp
index 2e658bca3b..180ab421cf 100644
--- a/backends/graphics/surfacesdl/surfacesdl-graphics.cpp
+++ b/backends/graphics/surfacesdl/surfacesdl-graphics.cpp
@@ -2634,6 +2634,8 @@ bool SurfaceSdlGraphicsManager::notifyEvent(const Common::Event &event) {
return true;
}
+ break;
+
case Common::EVENT_KEYUP:
return isScalerHotkey(event);