mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-18 22:07:44 +01:00
chore: remove ManagedAsserts from ImGuiScene, change to our own
This commit is contained in:
parent
1b7856e54e
commit
5c5ad9e2f5
3 changed files with 10 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue