Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
v0.2-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
corwinn committed Mar 21, 2023
1 parent 94f1c67 commit e28cc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/ui/gl/sdl/h3r_sdlwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ SDLWindow::SDLWindow(int, char **, Point && size)
SDL_GL_SetAttribute (SDL_GL_BLUE_SIZE, 8);
SDL_GL_SetAttribute (SDL_GL_ALPHA_SIZE, 8);

_window = SDL_CreateWindow ("h3r",
_window = SDL_CreateWindow ("h3r v0.2-alpha",
SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, _w, _h,
SDL_WINDOW_OPENGL | SDL_WINDOW_HIDDEN /*| SDL_WINDOW_RESIZABLE*/);
if (! _window) {
Expand Down

0 comments on commit e28cc09

Please sign in to comment.