Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c6d3b76b authored by bkerbl's avatar bkerbl
Browse files

Pointer fix

parent 842374b4
Branches
No related tags found
1 merge request!40core/utils: fix installDirectory method in linux
......@@ -83,7 +83,7 @@ static void User_ReadLine(ImGuiContext*, ImGuiSettingsHandler* handler, void*, c
*((bool*)handler->UserData) = true;
return;
}
*((sibr::GaussianView*)handler->UserData)->_dontshow = false;
*((bool*)handler->UserData) = false;
}
static void User_WriteAll(ImGuiContext* imgui_ctx, ImGuiSettingsHandler* handler, ImGuiTextBuffer* buf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment