summaryrefslogtreecommitdiffhomepage
path: root/View.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'View.cpp')
-rw-r--r--View.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/View.cpp b/View.cpp
index 93ad894..719456e 100644
--- a/View.cpp
+++ b/View.cpp
@@ -33,7 +33,7 @@ View::~View()
void
-View::update(const float dt)
+View::update(const float)
{
if (IsKeyPressed(KEY_SPACE)) {
m_grid++;