mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-04 19:36:43 +03:00
* Fix bad options deref in sound engine init
This commit is contained in:
@@ -101,7 +101,7 @@ Minecraft::Minecraft() :
|
||||
m_pRakNetInstance = new RakNetInstance;
|
||||
|
||||
m_pSoundEngine = new SoundEngine;
|
||||
m_pSoundEngine->init(&m_options);
|
||||
m_pSoundEngine->init(m_options);
|
||||
}
|
||||
|
||||
int Minecraft::getLicenseId()
|
||||
|
||||
Reference in New Issue
Block a user