chore: remove ManagedAsserts from ImGuiScene, change to our own

This commit is contained in:
goat 2021-09-15 01:57:54 +02:00
parent 1b7856e54e
commit 5c5ad9e2f5
No known key found for this signature in database
GPG key ID: F18F057873895461
3 changed files with 10 additions and 6 deletions

View file

@ -12,9 +12,9 @@ namespace Dalamud.Interface.Internal.ManagedAsserts
internal static class ImGuiManagedAsserts
{
/// <summary>
/// Gets a value indicating whether asserts are enabled for ImGui.
/// Gets or sets a value indicating whether asserts are enabled for ImGui.
/// </summary>
public static bool AssertsEnabled { get; private set; }
public static bool AssertsEnabled { get; set; }
/// <summary>
/// Create a snapshot of the current ImGui context.