We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfc8042 + 8da0fb0 commit 8ab70aeCopy full SHA for 8ab70ae
include/Camera2D.hpp
@@ -48,7 +48,7 @@ class Camera2D : public ::Camera2D {
48
Vector2 GetScreenToWorld(::Vector2 position) const { return ::GetScreenToWorld2D(position, *this); }
49
50
/**
51
- * Returns the screen space position for a 3d world space position
+ * Returns the screen space position for a 2d world space position
52
*/
53
Vector2 GetWorldToScreen(::Vector2 position) const { return ::GetWorldToScreen2D(position, *this); }
54
protected:
0 commit comments