mirror of
https://github.com/kevinporetti/UnrealImGui.git
synced 2025-01-18 08:20:32 +00:00
Fix Name initialized after DrawEven in ImGuiContextProxy
This commit is contained in:
parent
c144658f37
commit
dc516f052e
@ -107,7 +107,7 @@ private:
|
|||||||
bool bIsDrawCalled = false;
|
bool bIsDrawCalled = false;
|
||||||
|
|
||||||
uint32 LastFrameNumber = 0;
|
uint32 LastFrameNumber = 0;
|
||||||
|
FString Name;
|
||||||
FSimpleMulticastDelegate DrawEvent;
|
FSimpleMulticastDelegate DrawEvent;
|
||||||
FSimpleMulticastDelegate* SharedDrawEvent = nullptr;
|
FSimpleMulticastDelegate* SharedDrawEvent = nullptr;
|
||||||
|
|
||||||
@ -115,6 +115,6 @@ private:
|
|||||||
|
|
||||||
TArray<FImGuiDrawList> DrawLists;
|
TArray<FImGuiDrawList> DrawLists;
|
||||||
|
|
||||||
FString Name;
|
|
||||||
std::string IniFilename;
|
std::string IniFilename;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user