We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a749c1c commit c9acae6Copy full SHA for c9acae6
1 file changed
v3/src/camera/components/CameraToScreen.js
@@ -30,7 +30,7 @@ var CameraToScreen = function (pointIn, pointOut)
30
31
if (!pointOut)
32
{
33
- pointOut = {x: 0, y: 0};
+ pointOut = { x: 0, y: 0 };
34
}
35
36
/* Apply transform to point */
0 commit comments