mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-26 23:36:37 -04:00
Brickmania: Fix the flip_sides powerup on touchscreens.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22937 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
714b4aaaf8
commit
1f4245be34
1 changed files with 1 additions and 1 deletions
|
|
@ -1816,7 +1816,7 @@ static int brickmania_game_loop(void)
|
|||
|
||||
if(flip_sides)
|
||||
{
|
||||
pad_pos_x = GAMESCREEN_WIDTH - (touch_x - pad_width/2);
|
||||
pad_pos_x = GAMESCREEN_WIDTH - (touch_x + pad_width/2);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue