We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5486a commit 4fc977eCopy full SHA for 4fc977e
csharp-api/REFrameworkNET/Callbacks.cpp
@@ -56,7 +56,7 @@ void Impl::Setup(REFrameworkNET::API^ api) {
56
s_knownStaticEvents->Add(post);
57
}
58
59
- if (type->Name == "ImGuiRender") {
+ if (type->Name == "ImGuiRender" || type->Name == "ImGuiDrawUI") {
60
Console::WriteLine("Skipping ImGuiRender");
61
continue;
62
0 commit comments