add comments for gfx classes and editors

This commit is contained in:
scawful
2025-09-28 23:00:32 -04:00
parent 91a6a49d1a
commit 5915391467
9 changed files with 364 additions and 34 deletions

View File

@@ -1678,10 +1678,6 @@ absl::Status OverworldEditor::LoadGraphics() {
}
}
// Print performance summary
core::PerformanceMonitor::Get().PrintSummary();
util::logf("Overworld graphics loaded with deferred texture creation");
return absl::OkStatus();
}