summaryrefslogtreecommitdiffhomepage
path: root/View.h
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.h
parentd3720f01837e949ce7e7ea9b119358a5bb7b9666 (diff)
downloadderelict-650d81b8d185ae54e456b5159c3b94e0df94e252.zip
derelict-650d81b8d185ae54e456b5159c3b94e0df94e252.tar.gz
derelict-650d81b8d185ae54e456b5159c3b94e0df94e252.tar.bz2
Enabled warnings during compilation
Diffstat (limited to 'View.h')
-rw-r--r--View.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/View.h b/View.h
index e58b539..e700bb0 100644
--- a/View.h
+++ b/View.h
@@ -19,7 +19,7 @@ private:
Camera m_camera;
std::vector<Grid> m_grids;
std::vector<Label> m_labels;
- int m_grid;
+ unsigned int m_grid;
float m_timer;
Texture2D m_texture;
Label* m_active;