summaryrefslogtreecommitdiff
path: root/src/d/d_debug_camera.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/d_debug_camera.cpp')
-rw-r--r--src/d/d_debug_camera.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_debug_camera.cpp b/src/d/d_debug_camera.cpp
index be40eadb3b..2d54283bf1 100644
--- a/src/d/d_debug_camera.cpp
+++ b/src/d/d_debug_camera.cpp
@@ -707,7 +707,7 @@ int dDbgCamera_c::cmdTool() {
default:
return 1;
}
- } else if (dComIfGp_event_runCheck() == 0) {
+ } else if (!dComIfGp_event_runCheck()) {
mIsPlaying = false;
}