Skip to content

Commit

Permalink
Fix the targeting cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rm committed Nov 18, 2023
1 parent f67571f commit 12887f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Game.elm
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ currentCursor state =
PlacingBall (OnTable _ _) _ ->
"none"

Shooting (TargetingCueBall _) _ _ ->
Shooting (TargetingCueBall (Just _)) _ _ ->
"pointer"

Shooting (ElevatingCue _) _ _ ->
Expand Down

0 comments on commit 12887f4

Please sign in to comment.