mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +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:
@@ -131,7 +131,6 @@ void ImprovedNoise::add(float* a2, float a3, float a4, float a5, int a6, int a7,
|
||||
|
||||
int* x13 = &m_permutation[uint8_t(x10) + m_permutation[*x6]];
|
||||
int* x15 = &m_permutation[uint8_t(x10) + m_permutation[*x8]];
|
||||
int* x14 = x8;
|
||||
|
||||
float x16 = grad2(*x13, x5, x12);
|
||||
float x17 = grad(*x15, x5 - 1, 0, x12);
|
||||
|
||||
Reference in New Issue
Block a user