Major networking refactoring to allow for snapshot filtering outside of netcode
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