[Fix] (Diligent/PSO): Miscellaneous fix.

This commit is contained in:
BZLZHH
2025-06-15 11:52:34 +08:00
parent df95930481
commit 6a1b1a5ed9
2 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -465,7 +465,7 @@ void ProgramState::CleanupShaders_() {
}
if (!inUse) {
MG_Util::Debug::LogD("MG_State: Program: CleanupShaders_ deleting shader %u", it->first);
freeShaderIds_.insert(it->first);
// freeShaderIds_.insert(it->first);
it = shaders_.erase(it);
continue;
}