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)
{