mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 13:53:40 +01:00
fix compiler error
This commit is contained in:
parent
2317d28b39
commit
aff86d4af3
1 changed files with 1 additions and 1 deletions
|
|
@ -1105,7 +1105,7 @@ namespace Dalamud.Interface.Internal
|
|||
var snap = ImGuiManagedAsserts.GetSnapshot();
|
||||
|
||||
if (this.IsDispatchingEvents)
|
||||
this.Draw?.Raise();
|
||||
this.Draw?.Invoke();
|
||||
|
||||
ImGuiManagedAsserts.ReportProblems("Dalamud Core", snap);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue