diff --git a/include/Camera2D.hpp b/include/Camera2D.hpp index ee8cd1f4..b468c6b0 100644 --- a/include/Camera2D.hpp +++ b/include/Camera2D.hpp @@ -48,7 +48,7 @@ class Camera2D : public ::Camera2D { Vector2 GetScreenToWorld(::Vector2 position) const { return ::GetScreenToWorld2D(position, *this); } /** - * Returns the screen space position for a 3d world space position + * Returns the screen space position for a 2d world space position */ Vector2 GetWorldToScreen(::Vector2 position) const { return ::GetWorldToScreen2D(position, *this); } protected: