don't auto-enable imgui asserts for now, until we have better tracing

This commit is contained in:
goat 2025-01-02 17:29:49 +01:00
parent d22ff8fad8
commit e0eca2ac70

View file

@ -1564,7 +1564,8 @@ internal class PluginManager : IInternalDisposableService
plugin = new LocalDevPlugin(dllFile, manifest); plugin = new LocalDevPlugin(dllFile, manifest);
// This is a dev plugin - turn ImGui asserts on by default if we haven't chosen yet // This is a dev plugin - turn ImGui asserts on by default if we haven't chosen yet
this.configuration.ImGuiAssertsEnabledAtStartup ??= true; // TODO(goat): Re-enable this when we have better tracing for what was rendering when
// this.configuration.ImGuiAssertsEnabledAtStartup ??= true;
} }
else else
{ {