Mise à jour de 'Tetris/app/src/main/java/modele/DashBoard.kt'

pull/8/head
Enzo JOLYS 2 years ago
parent 23f6f9c0e6
commit f63d8b067f

@ -152,9 +152,7 @@ class DashBoard(private val width: Int,private val height: Int,private val view:
// Update the view // Update the view
fun updateViewGame(){ fun updateViewGame(){
println("-----------------")
view.tableau = gridOfGame view.tableau = gridOfGame
view.invalidate() view.invalidate()
view.OnDraw()
} }
} }
Loading…
Cancel
Save