Renamed window from MG to ZetaGlest

This commit is contained in:
mathusummut
2018-03-21 12:43:23 +01:00
parent 03ee149519
commit 7c81a9a310
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ void PlatformContextGl::init(int colorBits, int depthBits, int stencilBits,
int windowX = SDL_WINDOWPOS_UNDEFINED;
int windowY = SDL_WINDOWPOS_UNDEFINED;
string windowTitleText = "MG";
string windowTitleText = "ZetaGlest";
int windowDisplayID = -1;
if(window != NULL) {