Skip to content

Commit

Permalink
Sendable fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw committed Aug 15, 2024
1 parent 8f7e07f commit 4532cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/GameCore/CubeSceneViewState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extension Game.State {
extension Game.Action.AllCasePaths {
public var cubeScene: AnyCasePath<Game.Action, CubeSceneView.ViewAction> {
AnyCasePath(
embed: CubeSceneView.ViewAction.to(gameAction:),
embed: { CubeSceneView.ViewAction.to(gameAction: $0) },
extract: { gameAction in
switch gameAction {
case let .doubleTap(index: index):
Expand Down

0 comments on commit 4532cde

Please sign in to comment.