Added world pointer to PickData

This commit is contained in:
viktorljung
2016-01-14 15:32:41 +01:00
parent 96371a08c8
commit 143648860b
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@ struct PickData
glm::vec3 Position; //World position
float Depth;
::Camera* Camera;
const ::World* World;
};
class IRenderer