Skip to content

Commit

Permalink
Change title of the window
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokona committed May 23, 2024
1 parent 28cafe3 commit 3247c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/src/ImGui_SDL_GL_Context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void ImGui_SDL_GL_Context::init_sdl()

void ImGui_SDL_GL_Context::create_window(const SDL_WindowFlags& window_flags)
{
window = SDL_CreateWindow("Dear ImGui Emscripten example", SDL_WINDOWPOS_CENTERED,
window = SDL_CreateWindow("Virtual MICRAL N", SDL_WINDOWPOS_CENTERED,
SDL_WINDOWPOS_CENTERED, 1280, 720, window_flags);
gl_context = SDL_GL_CreateContext(window);
if (!gl_context)
Expand Down

0 comments on commit 3247c85

Please sign in to comment.