chore: disable ImGui asserts for now

This commit is contained in:
goat 2022-07-13 18:59:29 +02:00
parent 6689524f51
commit f501534739
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5

View file

@ -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;