[Fix] (MG_Util): Skip GLES initializing if the libs do not exist.

This commit is contained in:
BZLZHH
2026-01-01 11:32:12 +08:00
parent 876195de80
commit e4f027e13b
4 changed files with 17 additions and 6 deletions
-1
View File
@@ -19,7 +19,6 @@ namespace MobileGL {
MGLOG_I("Initializing MobileGL...");
MG_State::Init();
MGLOG_D("MobileGL State initialized");
// return;
MG_Backend::Init();
MGLOG_D("MobileGL Backend initialized");
MG_Impl::Init();