Skip to content

Commit f84c074

Browse files
authored
Update README.md
1 parent a2ebac6 commit f84c074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ struct ContentView: View {
8686
controller: GCKController
8787
) {
8888
log.append(
89-
"\(String(describing: action)), \(pressed ? "Pressed" : "Unpressed"), " +
89+
"\(String(describing: action))(\(action.position.arrowRepresentation)) \(pressed ? "Pressed" : "Unpressed"), " +
9090
"Controller #id \(String(describing: controller.playerIndex.rawValue))"
9191
)
9292

0 commit comments

Comments
 (0)