diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-05 21:04:20 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-05 21:56:56 +0100 |
| commit | 71d8fa55ab671ae152c420738b2d9d49f8f1106d (patch) | |
| tree | a4ad0eb37840245622b99ee49c1d555ccb238b02 /editor/camera.cpp | |
| parent | a56a8cc899dc90701f1690051da4e4318e95566c (diff) | |
clean up timer & nanosecond includes
Diffstat (limited to 'editor/camera.cpp')
| -rw-r--r-- | editor/camera.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/camera.cpp b/editor/camera.cpp index e71be739..ce94d5e1 100644 --- a/editor/camera.cpp +++ b/editor/camera.cpp @@ -14,7 +14,7 @@ namespace floormat { -void app::do_camera(Ns dt, const key_set& cmds, int mods) +void app::do_camera(const Ns& dt, const key_set& cmds, int mods) { if (cmds[key_camera_reset]) { |
