mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
[Chore] (MG_Backend/DirectGLES): fix incorrect log level
This commit is contained in:
@@ -185,7 +185,7 @@ namespace MobileGL::MG_Backend::DirectGLES {
|
||||
}
|
||||
|
||||
if (currentFBO.get() == lastUpdatedFBO) {
|
||||
MGLOG_I("Draw FBO and read FBO are the same, skipping sync.");
|
||||
MGLOG_D("Draw FBO and read FBO are the same, skipping sync.");
|
||||
} else {
|
||||
backendFBOObject->SyncToBackend(currentFBO, target);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user