[Misc] (Debug): Improve some logging.

This commit is contained in:
BZLZHH
2025-06-09 19:12:25 +08:00
parent 836c169100
commit 994e0a6675
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -142,7 +142,6 @@ namespace MG_Util::Program {
GLuint current = state.GetCurrentProgram();
if (current == 0) {
MG_Util::Debug::LogE("No active program");
return;
}
DumpUniforms(state, current);