diff options
Diffstat (limited to 'src/timer.h')
-rw-r--r-- | src/timer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timer.h b/src/timer.h index ec34f3e..65d5a50 100644 --- a/src/timer.h +++ b/src/timer.h | |||
@@ -23,6 +23,8 @@ public: | |||
23 | acc_ = 0; | 23 | acc_ = 0; |
24 | } | 24 | } |
25 | 25 | ||
26 | int getDt() const { return dt_; } | ||
27 | |||
26 | private: | 28 | private: |
27 | 29 | ||
28 | int dt_; | 30 | int dt_; |