mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
macOS Support & AppPlatform Cleanup (#57)
* macOS Support & Cleanup * Fix malformed comments in build-wasm.bat * Emscripten Fixes * * Add shebang to the grabsounds.py script Since it was changed from rw- to rwx, I'll add the shebang so that it actually runs properly. * * Re-add the patch_data and readme files. * * Remove sound data. * Fix some more things. * Think it's ready to pull now... --------- Co-authored-by: BrentDaMage <BrentDaMage@users.noreply.github.com> Co-authored-by: iProgramInCpp <iprogramincpp@gmail.com>
This commit is contained in:
@@ -71,7 +71,7 @@ ITurnInput::Delta ControllerTurnInput::getTurnDelta()
|
||||
deltaX = deltaTime * xt;
|
||||
deltaY = deltaTime * -yt;
|
||||
}
|
||||
else if (field_8 != 2 || !field_18 && !isTouched)
|
||||
else if (field_8 != 2 || (!field_18 && !isTouched))
|
||||
{
|
||||
deltaX = 0.0f;
|
||||
deltaY = -0.0f;
|
||||
@@ -108,7 +108,7 @@ ITurnInput::Delta ControllerTurnInput::getTurnDelta()
|
||||
if (fabsf(x1) > 0.0f)
|
||||
x2 = x1 - x3;
|
||||
|
||||
float ndy = 0.0f, x5;
|
||||
float x5;
|
||||
if (x4 >= 0.0f)
|
||||
x5 = 0.0f;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user