mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
don't auto-enable imgui asserts for now, until we have better tracing
This commit is contained in:
parent
d22ff8fad8
commit
e0eca2ac70
1 changed files with 45 additions and 44 deletions
|
|
@ -1564,7 +1564,8 @@ internal class PluginManager : IInternalDisposableService
|
|||
plugin = new LocalDevPlugin(dllFile, manifest);
|
||||
|
||||
// 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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue