fix compiler error

This commit is contained in:
Stanley Dimant 2022-09-01 21:41:55 +02:00
parent 2317d28b39
commit aff86d4af3

View file

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