From c6990ebb3e8edb99d1bdcaf143a1e50e0c8c622a Mon Sep 17 00:00:00 2001 From: starnakin Date: Fri, 19 Jan 2024 15:51:08 +0100 Subject: [PATCH] game: fix: my paddle is in right place now --- frontend/static/js/views/GameView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/static/js/views/GameView.js b/frontend/static/js/views/GameView.js index 59e273a..e0fdc4f 100644 --- a/frontend/static/js/views/GameView.js +++ b/frontend/static/js/views/GameView.js @@ -91,7 +91,7 @@ export default class extends AbstractView this.game, my_player.rail_start_x, my_player.rail_start_y, - my_player.rail_stop_y, + my_player.rail_stop_x, my_player.rail_stop_y, my_player.nb_goal, my_player.positon,