summaryrefslogtreecommitdiffhomepage
path: root/View.h
diff options
context:
space:
mode:
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;