Closed rainyt closed 4 years ago
In file: /src/away3d/cameras/lenses/OrthographicLens.hs
In function unproject
Line: 61 v.y = nX + translation.y;
Should be: v.y = -nY + translation.y;
https://github.com/away3d/away3d-core-fp11/issues/720
In file: /src/away3d/cameras/lenses/OrthographicLens.hs
In function unproject
Line: 61 v.y = nX + translation.y;
Should be: v.y = -nY + translation.y;
https://github.com/away3d/away3d-core-fp11/issues/720