This commit is contained in:
2025-06-24 08:48:08 +01:00
parent 5537efe584
commit 366b998989
10 changed files with 25 additions and 28 deletions
+1 -1
View File
@@ -120,4 +120,4 @@ closestCreatureID u =
. crsHitRadial mwp 100
$ _uvWorld u
where
mwp = mouseWorldPos' (u ^. uvWorld . input) (u ^. uvWorld . wCam)
mwp = mouseWorldPos (u ^. uvWorld . input) (u ^. uvWorld . wCam)