mirror of
https://github.com/Drezil/imgui.git
synced 2025-10-29 20:21:40 +01:00
Viewport: Misc comments following user feedbacks..
This commit is contained in:
@@ -651,6 +651,7 @@ enum ImGuiViewportFlagsPrivate_
|
||||
};
|
||||
|
||||
// ImGuiViewport Private/Internals fields (cardinal sin: we are using inheritance!)
|
||||
// Note that every instance of ImGuiViewport is in fact a ImGuiViewportP.
|
||||
struct ImGuiViewportP : public ImGuiViewport
|
||||
{
|
||||
int Idx;
|
||||
|
||||
Reference in New Issue
Block a user