mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 20:28:32 +09:00
Revert "[Chore] (...): Cmake option MOBILEGL_FORCE_SKIP_EXTERNAL_LIB_LOADING."
This reverts commit 0b262d4f3a.
This commit is contained in:
@@ -15,9 +15,6 @@
|
||||
|
||||
namespace MobileGL {
|
||||
void MG_Initialize(Bool loadExternalLibraries) {
|
||||
#ifdef MOBILEGL_FORCE_SKIP_EXTERNAL_LIB_LOADING
|
||||
loadExternalLibraries = false;
|
||||
#endif
|
||||
MG_Util::Debug::InitFile();
|
||||
MGLOG_I("Initializing MobileGL...");
|
||||
MG_State::Init();
|
||||
|
||||
Reference in New Issue
Block a user