Fix Name initialized after DrawEven in ImGuiContextProxy

This commit is contained in:
Mantisis 2019-04-11 21:06:41 +02:00
parent c144658f37
commit dc516f052e

View File

@ -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;
}; };