aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/draci/mouse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/draci/mouse.cpp b/engines/draci/mouse.cpp
index 24a53141f5..d8b9935f2e 100644
--- a/engines/draci/mouse.cpp
+++ b/engines/draci/mouse.cpp
@@ -48,7 +48,7 @@ void Mouse::handleEvent(Common::Event event) {
_lButton = true;
break;
case Common::EVENT_LBUTTONUP:
- debugC(6, kDraciGeneralDebugLevel, "Left button down (x: %u y: %u)", _x, _y);
+ debugC(6, kDraciGeneralDebugLevel, "Left button up (x: %u y: %u)", _x, _y);
_lButton = false;
break;
case Common::EVENT_RBUTTONDOWN: