mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
Mac OS X 10.6 & More C++03 Support (#68)
* Mac OS X 10.6 & More C++03 Support * Fix SDL2 options.txt loading for C++03 --------- Co-authored-by: Brent Da Mage <BrentDaMage@users.noreply.github.com>
This commit is contained in:
@@ -484,7 +484,7 @@ void LevelRenderer::render(Mob* pMob, int a, float b)
|
||||
if (!pChunk->m_bDirty)
|
||||
continue;
|
||||
|
||||
auto iter = std::find(field_88.begin(), field_88.end(), pChunk);
|
||||
std::vector<Chunk*>::iterator iter = std::find(field_88.begin(), field_88.end(), pChunk);
|
||||
if (iter != field_88.end())
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user