summaryrefslogtreecommitdiff
path: root/src/displayapp/screens
diff options
context:
space:
mode:
authorZephyrLabs <65145081+ZephyrLabs@users.noreply.github.com>2020-12-20 11:53:39 +0530
committerZephyrLabs <65145081+ZephyrLabs@users.noreply.github.com>2020-12-20 11:53:39 +0530
commitcc04c2c1f8a8a05cf284ad69a43b5cd682e37172 (patch)
treed53522340fed481817285f3f33a561d1f286147f /src/displayapp/screens
parent61e78d338b9dbf620e0292dcd15252da131a2bd3 (diff)
Update Paddle.cpp
blankline removal
Diffstat (limited to 'src/displayapp/screens')
-rw-r--r--src/displayapp/screens/Paddle.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/displayapp/screens/Paddle.cpp b/src/displayapp/screens/Paddle.cpp
index 347abb62..9a04b3b7 100644
--- a/src/displayapp/screens/Paddle.cpp
+++ b/src/displayapp/screens/Paddle.cpp
@@ -186,6 +186,5 @@ bool Paddle::OnTouchEvent(uint16_t x, uint16_t y) {
lv_obj_set_pos(paddle_image, 0, y - 30); // sets the center paddle pos. (30px offset) with the the y_coordinate of the finger and defaults the x_coordinate to 0
paddleTopY = y - 30; // refreshes the upper extreme of the paddle
paddleBottomY = y + 30; // refreshes the lower extreme of the paddle
-
return true;
}