mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 00:07:49 +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();
|
var snap = ImGuiManagedAsserts.GetSnapshot();
|
||||||
|
|
||||||
if (this.IsDispatchingEvents)
|
if (this.IsDispatchingEvents)
|
||||||
this.Draw?.Raise();
|
this.Draw?.Invoke();
|
||||||
|
|
||||||
ImGuiManagedAsserts.ReportProblems("Dalamud Core", snap);
|
ImGuiManagedAsserts.ReportProblems("Dalamud Core", snap);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue