mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 12:18:30 +09:00
[Fix] (MG_Impl/Getter): fix typo
This commit is contained in:
@@ -26,7 +26,7 @@ namespace MobileGL {
|
||||
MG_Config::RendererInfoPtr->RendererGLInfo.TargetGLSLVersion.Minor);
|
||||
MGLOG_I(" OpenGL Extensions:");
|
||||
for (const auto& ext : MG_Config::RendererInfoPtr->RendererGLInfo.Extensions) {
|
||||
MGLOG_I(" - %s", MG_Util::ConvertetGLExtToString(ext).c_str());
|
||||
MGLOG_I(" - %s", MG_Util::ConvertGLExtToString(ext).c_str());
|
||||
}
|
||||
} else {
|
||||
MGLOG_W(" No renderer info available");
|
||||
|
||||
Reference in New Issue
Block a user