mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
chore: disable ImGui asserts for now
This commit is contained in:
parent
6689524f51
commit
f501534739
1 changed files with 3 additions and 0 deletions
|
|
@ -48,6 +48,9 @@ namespace Dalamud.Interface.Internal.ManagedAsserts
|
|||
/// <param name="before">ImGui context snapshot.</param>
|
||||
public static void ReportProblems(string source, ImGuiContextSnapshot before)
|
||||
{
|
||||
// TODO: Needs to be updated for ImGui 1.88
|
||||
return;
|
||||
|
||||
if (!AssertsEnabled)
|
||||
{
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue