This commit is contained in:
Tleety
2016-01-27 18:07:05 +01:00
parent 97cbc55223
commit 8bcafc1151
7 changed files with 44 additions and 5 deletions
-3
View File
@@ -40,9 +40,6 @@ public:
virtual void Draw(RenderFrame& rq) = 0;
virtual PickData Pick(glm::vec2 screenCord) = 0;
World* m_World; //Temp world, untill viktor merge.
protected:
Rectangle m_Resolution = Rectangle::Rectangle(1280, 720);
Rectangle m_ViewPortWidth = Rectangle::Rectangle(1280, 720);