Skip to content

Commit

Permalink
Changed into unmutable
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Benzi committed Jun 23, 2019
1 parent e253e95 commit 7cd1d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TetraVex/TVGameViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class TVGameViewController: NSViewController
}

func textStyle(for pieces:[TVPieceView],_ style: TVPieceModel.TextStyle) {
for var piece in pieces {
for piece in pieces {
guard var model = piece.pieceModel else {
continue
}
Expand Down

0 comments on commit 7cd1d3d

Please sign in to comment.