Skip to content

Commit

Permalink
replaced window title
Browse files Browse the repository at this point in the history
  • Loading branch information
Memorix101 committed Mar 27, 2016
1 parent 040fe21 commit b3b53e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ int main(int argc, char **argv)

log("video: misc");
//SDL_WM_SetCaption("cube engine", NULL);
SDL_SetWindowTitle(mainWindow, "Cube SDL2 Meep");
SDL_SetWindowTitle(mainWindow, "Cube SDL2");
// SDL_WM_GrabInput(SDL_GRAB_ON);
SDL_SetRelativeMouseMode(SDL_TRUE);
keyrepeat(false);
Expand Down
Binary file modified src/vcpp/cube.VC.db
Binary file not shown.

0 comments on commit b3b53e1

Please sign in to comment.