mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-05 18:10:09 +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:
@@ -136,16 +136,13 @@ void LightUpdate::update(Level* pLevel)
|
||||
x5 = x3;
|
||||
}
|
||||
LABEL_8:
|
||||
m_z2 = this->m_z2;
|
||||
++x3;
|
||||
++x4;
|
||||
} while (x5 <= m_z2);
|
||||
m_x2 = this->m_x2;
|
||||
LABEL_53:
|
||||
++x1;
|
||||
if (x1_1 > m_x2)
|
||||
break;
|
||||
m_z1 = this->m_z1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user