You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: imgui.h
+1-1
Original file line number
Diff line number
Diff line change
@@ -2352,7 +2352,6 @@ struct ImGuiListClipper
2352
2352
// - It is important that we are keeping those disabled by default so they don't leak in user space.
2353
2353
// - This is in order to allow user enabling implicit cast operators between ImVec2/ImVec4 and their own types (using IM_VEC2_CLASS_EXTRA in imconfig.h)
2354
2354
// - You can use '#define IMGUI_DEFINE_MATH_OPERATORS' to import our operators, provided as a courtesy.
2355
-
// - We unfortunately don't have a unary- operator for ImVec2 because this would needs to be defined inside the class itself.
0 commit comments