summaryrefslogtreecommitdiffstats
path: root/cc/active_animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/active_animation.h')
-rw-r--r--cc/active_animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/active_animation.h b/cc/active_animation.h
index be195bd..413e9f2 100644
--- a/cc/active_animation.h
+++ b/cc/active_animation.h
@@ -66,7 +66,7 @@ public:
double startTime() const { return m_startTime; }
void setStartTime(double monotonicTime) { m_startTime = monotonicTime; }
- bool hasSetStartTime() const { return m_startTime; }
+ bool hasSetStartTime() const { return !!m_startTime; }
double timeOffset() const { return m_timeOffset; }
void setTimeOffset(double monotonicTime) { m_timeOffset = monotonicTime; }