Merge remote-tracking branch 'origin/master' into Menu
# Conflicts: # src/Engine/Rendering/Texture.cpp # src/Game/Game.cpp
This commit is contained in:
@@ -51,7 +51,7 @@ void Renderer::InitializeWindow()
|
||||
ss << " DEBUG";
|
||||
#endif
|
||||
LOG_INFO(ss.str().c_str());
|
||||
glfwSetWindowTitle(m_Window, ss.str().c_str());
|
||||
SetWindowTitle(ss.str());
|
||||
|
||||
// Initialize GLEW
|
||||
if (glewInit() != GLEW_OK) {
|
||||
|
||||
Reference in New Issue
Block a user