diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-23 15:45:03 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-23 15:45:03 +1000 |
commit | bab5f0bd1123034cce33e7519dbb33afbd04b081 (patch) | |
tree | 615e71c54cfdb63fae355c3ee17ab43c094eeea5 | |
parent | 87163147b32c260c69d35a976ad412dd4ffcaf50 (diff) |
Update StarMainApplication_sdl.cpp
-rw-r--r-- | source/application/StarMainApplication_sdl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/application/StarMainApplication_sdl.cpp b/source/application/StarMainApplication_sdl.cpp index c1a19fc..d833c04 100644 --- a/source/application/StarMainApplication_sdl.cpp +++ b/source/application/StarMainApplication_sdl.cpp @@ -670,7 +670,7 @@ private: Vec2U m_windowSize = {800, 600}; WindowMode m_windowMode = WindowMode::Normal; - String m_windowTitle = ""; + String m_windowTitle = "Starbound"; bool m_windowVSync = true; unsigned m_maxFrameSkip = 5; bool m_cursorVisible = true; |