From de3b771d34b6133ceeaf17a100ccb6709fad6758 Mon Sep 17 00:00:00 2001
From: meli <57847713+ff-meli@users.noreply.github.com>
Date: Wed, 29 Apr 2020 17:17:22 -0700
Subject: [PATCH] whine at people in api comments
---
Dalamud/Interface/UiBuilder.cs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Dalamud/Interface/UiBuilder.cs b/Dalamud/Interface/UiBuilder.cs
index 8b2d3f30a..9728d1270 100644
--- a/Dalamud/Interface/UiBuilder.cs
+++ b/Dalamud/Interface/UiBuilder.cs
@@ -74,7 +74,8 @@ namespace Dalamud.Interface
/// An event that is called any time ImGui fonts need to be rebuilt.
/// Any ImFontPtr objects that you store can be invalidated when fonts are rebuilt
/// (at any time), so you should both reload your custom fonts and restore those
- /// pointers inside this handler.
+ /// pointers inside this handler.
+ /// PLEASE remove this handler inside Dipose, or when you no longer need your fonts!
///
public Action OnBuildFonts
{