This commit is contained in:
2025-06-01 10:23:14 +01:00
parent 61e85ffd5c
commit c291c7e3da
3 changed files with 100 additions and 104 deletions
-2
View File
@@ -324,8 +324,6 @@ updateMouseContextGame cfig u = case u ^. uvWorld . input . mouseContext of
OverInvDragSelect{} -> u
_ ->
u & uvWorld . input . mouseContext
-- .~ fromMaybe aimcontext (overinv <|> overcomb <|> overterm)
-- .~ fromMaybe aimcontext (overinv <|> overcomb <|> overterm <|> isrotatedrag)
.~ fromMaybe aimcontext (isrotatedrag <|> overinv <|> overcomb <|> overterm)
where
w = u ^. uvWorld