mirror of
https://github.com/kevinporetti/UnrealImGui.git
synced 2025-01-18 08:20:32 +00:00
Merge pull request #17 from Mantisis/master
Fix Name initialized after DrawEven in ImGuiContextProxy
This commit is contained in:
commit
15658fa917
@ -117,17 +117,17 @@ private:
|
||||
bool bIsDrawEarlyDebugCalled = false;
|
||||
bool bIsDrawDebugCalled = false;
|
||||
|
||||
const FImGuiInputState* InputState = nullptr;
|
||||
|
||||
TArray<FImGuiDrawList> DrawLists;
|
||||
|
||||
FString Name;
|
||||
int32 ContextIndex = Utilities::INVALID_CONTEXT_INDEX;
|
||||
|
||||
uint32 LastFrameNumber = 0;
|
||||
|
||||
FSimpleMulticastDelegate DrawEvent;
|
||||
FSimpleMulticastDelegate* SharedDrawEvent = nullptr;
|
||||
|
||||
const FImGuiInputState* InputState = nullptr;
|
||||
|
||||
TArray<FImGuiDrawList> DrawLists;
|
||||
|
||||
int32 ContextIndex = Utilities::INVALID_CONTEXT_INDEX;
|
||||
|
||||
FString Name;
|
||||
std::string IniFilename;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user