We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef62c8 commit ad3d1d2Copy full SHA for ad3d1d2
src/gui/touchscreengui.cpp
@@ -541,15 +541,15 @@ void TouchScreenGUI::init(ISimpleTextureSource *tsrc)
541
rect<s32>(m_screensize.X - (1.75 * button_size),
542
m_screensize.Y - button_size,
543
m_screensize.X - (0.25 * button_size),
544
- m_screensize.Y - (0.5 * button_size)),
+ m_screensize.Y),
545
L"x", false);
546
547
// init crunch button
548
initButton(crunch_id,
549
rect<s32>(m_screensize.X - (3.25 * button_size),
550
551
m_screensize.X - (1.75 * button_size),
552
553
L"H", false);
554
555
// init zoom button
textures/base/pack/down.png
226 Bytes
textures/base/pack/jump_btn.png
677 Bytes
0 commit comments