Commiting the files since they didn't get commited

This commit is contained in:
Teejoon
2016-03-08 11:16:56 +01:00
parent 13aa476656
commit e902110d4b
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ private:
std::unordered_map<glm::ivec2, PickingInfo> m_PickingColorsToEntity;
GLuint m_PickingTexture;
GLuint m_DepthBuffer;
GLuint m_PickingTexture = 0;
GLuint m_DepthBuffer = 0;
FrameBuffer m_PickingBuffer;