Skip to content
Snippets Groups Projects
Commit d1f14094 authored by Lava Block's avatar Lava Block
Browse files

minor

parent ffb3e138
Branches
No related tags found
No related merge requests found
......@@ -363,7 +363,7 @@ int main(int argc, char* argv[]) {
app.imgui.on_draw = [&]() {
ImGui::SetNextWindowPos(ImVec2(30, 30), ImGuiCond_FirstUseEver);
ImGui::SetNextWindowSize(ImVec2(180, 90), ImGuiCond_FirstUseEver);
ImGui::SetNextWindowSize(ImVec2(200, 90), ImGuiCond_FirstUseEver);
ImGui::Begin(app.get_name());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment