Moved UserData

This commit is contained in:
ocornut
2014-10-05 09:11:02 +01:00
parent 1d9a4748de
commit 48a944813c
2 changed files with 3 additions and 4 deletions

View File

@ -329,9 +329,9 @@ ImGuiIO::ImGuiIO()
MousePosPrev = ImVec2(-1,-1);
MouseDoubleClickTime = 0.30f;
MouseDoubleClickMaxDist = 6.0f;
UserData = NULL;
// User functions
UserData = NULL;
RenderDrawListsFn = NULL;
MemAllocFn = malloc;
MemReallocFn = realloc;