Write ImGui config to an appropriate folder instead of the current one.
This commit is contained in:
@@ -8,6 +8,10 @@ namespace
|
||||
void render()
|
||||
{
|
||||
ImGui::Text("hi");
|
||||
|
||||
ImGui::Begin("Test");
|
||||
ImGui::Text("Test Content");
|
||||
ImGui::End();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user