diff options
| author | robojumper <robojumper@gmail.com> | 2025-11-28 11:22:02 +0100 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-11-30 00:22:42 +0100 |
| commit | 400126589287ff9c1c8a86a357cfbbb03d655c58 (patch) | |
| tree | 3e5636cd6d46619404152de86d8570fe2770aa74 /src/d/d_cursor_hit_check.cpp | |
| parent | 4e39bcca32c51cc0fb109d1a6918828499da8309 (diff) | |
d_lyt_mini_game WIP
Diffstat (limited to 'src/d/d_cursor_hit_check.cpp')
| -rw-r--r-- | src/d/d_cursor_hit_check.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_cursor_hit_check.cpp b/src/d/d_cursor_hit_check.cpp index 013d14cb..a5397396 100644 --- a/src/d/d_cursor_hit_check.cpp +++ b/src/d/d_cursor_hit_check.cpp @@ -124,7 +124,7 @@ bool dCursorHitCheckCC_c::checkHit(s32 x, s32 y) { ); mVec3_c v; - d3d::fn_80016B60(v, pos); + d3d::screenToWorld(v, pos); nw4r::g3d::Camera cam = dStageMgr_c::GetInstance()->getCamera(0); |
