This commit is contained in:
2026-04-25 05:09:07 +03:00
parent 607c034be7
commit 65cb803cfb
2 changed files with 39 additions and 39 deletions

View File

@@ -498,7 +498,7 @@ namespace omath::projection
screen_to_world(const Vector2<NumericType>& screen_pos) const noexcept
{
const auto& [x, y] = screen_pos;
return screen_to_world<screen_start>({x, y, 1.f});
return screen_to_world<screen_start>({x, y, 1});
}
protected: