Skip to content

Commit 4fc977e

Browse files
committed
.NET: Ignore ImGuiDrawUI
1 parent 2c5486a commit 4fc977e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp-api/REFrameworkNET/Callbacks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void Impl::Setup(REFrameworkNET::API^ api) {
5656
s_knownStaticEvents->Add(post);
5757
}
5858

59-
if (type->Name == "ImGuiRender") {
59+
if (type->Name == "ImGuiRender" || type->Name == "ImGuiDrawUI") {
6060
Console::WriteLine("Skipping ImGuiRender");
6161
continue;
6262
}

0 commit comments

Comments
 (0)