diff --git a/TetraVex/TVGameViewController.swift b/TetraVex/TVGameViewController.swift index 8e4fa54..e8dba59 100644 --- a/TetraVex/TVGameViewController.swift +++ b/TetraVex/TVGameViewController.swift @@ -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 }