aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/events.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/events.h b/common/events.h
index 3e4fdbf5ef..f01282765a 100644
--- a/common/events.h
+++ b/common/events.h
@@ -181,7 +181,8 @@ public:
virtual int shouldRTL() const = 0;
/**
- * We have returned to the launcher, and the _shouldRTL should be reset to false
+ * Reset the "return to launcher" flag (as returned shouldRTL()) to false.
+ * Used when we have returned to the launcher.
*/
virtual void resetRTL() = 0;