This commit is contained in:
2025-12-24 16:43:36 +00:00
parent 8cd2625548
commit a1c20c56ce
4 changed files with 70 additions and 69 deletions
+2 -1
View File
@@ -4,6 +4,7 @@ module Dodge.SelectionSections.Draw (
drawSSMultiCursor,
) where
import Dodge.Data.HUD
import Control.Lens
import qualified Data.IntMap.Strict as IM
import Dodge.Data.Config
@@ -29,7 +30,7 @@ drawSelectionSections sss ldp cfig =
)
drawSSCursor ::
IM.IntMap (SelSection a) -> LDParams -> CursorDisplay -> Config -> Maybe (Int, Int) -> Picture
IM.IntMap (SelSection a) -> LDParams -> CursorDisplay -> Config -> Maybe Selection -> Picture
drawSSCursor sss ldp curs cfig =
translateScreenPos cfig (ldp ^. ldpPos) .
selSecDrawCursor ldp curs sss