summaryrefslogtreecommitdiffhomepage
path: root/View.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-05-20 19:56:43 +0200
committerAki <please@ignore.pl>2022-05-20 19:58:21 +0200
commit650d81b8d185ae54e456b5159c3b94e0df94e252 (patch)
treeb392cd12fc4cd3ce33ff9bc5bf27c24c0e675ba0 /View.cpp
parentd3720f01837e949ce7e7ea9b119358a5bb7b9666 (diff)
downloadderelict-650d81b8d185ae54e456b5159c3b94e0df94e252.zip
derelict-650d81b8d185ae54e456b5159c3b94e0df94e252.tar.gz
derelict-650d81b8d185ae54e456b5159c3b94e0df94e252.tar.bz2
Enabled warnings during compilation
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++;