Added world pointer to PickData
This commit is contained in:
@@ -144,6 +144,7 @@ PickData PickingPass::Pick(glm::vec2 screenCoord)
|
||||
|
||||
pickData.Entity = pickInfo.Entity;
|
||||
pickData.Camera = pickInfo.Camera;
|
||||
pickData.World = pickInfo.World;
|
||||
return pickData;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user