From 5c5ce37a7098bad4ee59896bd203437bdcbbee9b Mon Sep 17 00:00:00 2001 From: goaaats Date: Wed, 7 May 2025 22:38:10 +0200 Subject: [PATCH] Fix docs warning --- .../ImGuiNotification/Internal/ActiveNotification.ImGui.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Dalamud/Interface/ImGuiNotification/Internal/ActiveNotification.ImGui.cs b/Dalamud/Interface/ImGuiNotification/Internal/ActiveNotification.ImGui.cs index ce70ab180..d72a41781 100644 --- a/Dalamud/Interface/ImGuiNotification/Internal/ActiveNotification.ImGui.cs +++ b/Dalamud/Interface/ImGuiNotification/Internal/ActiveNotification.ImGui.cs @@ -16,6 +16,7 @@ internal sealed partial class ActiveNotification /// The maximum width of the notification window. /// The offset from the bottom. /// Where notifications are anchored to on the screen. + /// Direction of the screen which we are snapping to. /// The height of the notification. public float Draw(float width, float offsetY, Vector2 anchorPosition, NotificationSnapDirection snapDirection) {