Fix PickRay JSDoc

This commit is contained in:
David Rowe 2018-02-23 12:05:33 +13:00
parent c88f9a059d
commit 25b1e9f50b

View file

@ -140,7 +140,7 @@ public:
*
* @typedef {object} PickRay
* @property {Vec3} origin - The starting position of the PickRay.
* @property {Quat} direction - The direction that the PickRay travels.
* @property {Vec3} direction - The direction that the PickRay travels.
*/
class PickRay : public MathPick {
public: