mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 06:08:30 +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) {
|
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 {
|
} else {
|
||||||
backendFBOObject->SyncToBackend(currentFBO, target);
|
backendFBOObject->SyncToBackend(currentFBO, target);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user