Skip to content

Commit e4db4e4

Browse files
committed
Internals: renamed GetIOEx() to GetIO(). Added GetPlatformIO() explicit context variant. - OOPS
1 parent e2a99b5 commit e4db4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imgui.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4829,7 +4829,7 @@ ImGuiPlatformIO& ImGui::GetPlatformIO()
48294829
// This variant exists to facilitate backends experimenting with multi-threaded parallel context. (#8069, #6293, #5856)
48304830
ImGuiPlatformIO& ImGui::GetPlatformIO(ImGuiContext* ctx)
48314831
{
4832-
IM_ASSERT(ctx != NULL;
4832+
IM_ASSERT(ctx != NULL);
48334833
return ctx->PlatformIO;
48344834
}
48354835

0 commit comments

Comments
 (0)