mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 07:17:45 +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>
|
/// <param name="before">ImGui context snapshot.</param>
|
||||||
public static void ReportProblems(string source, ImGuiContextSnapshot before)
|
public static void ReportProblems(string source, ImGuiContextSnapshot before)
|
||||||
{
|
{
|
||||||
|
// TODO: Needs to be updated for ImGui 1.88
|
||||||
|
return;
|
||||||
|
|
||||||
if (!AssertsEnabled)
|
if (!AssertsEnabled)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue