mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
Fix Some Indentation Errors
This commit is contained in:
committed by
iProgramInCpp
parent
c989ffa721
commit
fdf3106d7e
@@ -61,7 +61,7 @@ void AppPlatform_sdl_base::initSoundSystem()
|
||||
#ifndef ANDROID
|
||||
m_pSoundSystem = new SoundSystemAL();
|
||||
#else
|
||||
m_pSoundSystem = new SoundSystem();
|
||||
m_pSoundSystem = new SoundSystem();
|
||||
#endif
|
||||
LOG_I("Initializing OpenAL SoundSystem...");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user