1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Pavel Rojtberg <rojtberg@gmail.com>
Date: Wed, 11 Aug 2021 21:54:05 +0200
Subject: Overlay: update imgui to 1.83
---
Components/Overlay/include/OgreOverlay.i | 1 +
1 file changed, 1 insertion(+)
diff --git a/Components/Overlay/include/OgreOverlay.i b/Components/Overlay/include/OgreOverlay.i
index 957b6cc..8bdfe16 100644
--- a/Components/Overlay/include/OgreOverlay.i
+++ b/Components/Overlay/include/OgreOverlay.i
@@ -99,6 +99,7 @@ SHARED_PTR(TextAreaOverlayElement);
%ignore ImGui::TextDisabledV;
%ignore ImGui::TextWrappedV;
%ignore ImGui::LabelTextV;
+%ignore ImGui::LogTextV;
%ignore ImGui::BulletTextV;
%ignore ImGui::TreeNodeV;
%ignore ImGui::TreeNodeExV;
|