Skip to content

Commit 25e33ab

Browse files
author
renzon
committed
fase funcionando
1 parent de3db1f commit 25e33ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: fase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def calcular_pontos(self, tempo):
9898
:param tempo: tempo para o qual devem ser calculados os pontos
9999
:return: objeto do tipo Ponto
100100
"""
101-
pontos=[]
101+
pontos=[self._transformar_em_ponto(a) for a in self._passaros+self._obstaculos+self._porcos]
102102

103103
return pontos
104104

0 commit comments

Comments
 (0)