mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
AppPlatform Fixes
This commit is contained in:
committed by
iProgramInCpp
parent
2356757730
commit
06c69d3cc8
@@ -22,7 +22,7 @@ ControllerTurnInput::ControllerTurnInput()
|
||||
|
||||
TurnDelta ControllerTurnInput::getTurnDelta()
|
||||
{
|
||||
#if defined(ANDROID) && !defined(USE_SDL)
|
||||
#ifdef USE_NATIVE_ANDROID
|
||||
return TurnDelta(Controller::getX(m_stickNo) * 50.f, Controller::getY(m_stickNo) * 60.f);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user