We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fd391 commit b80d779Copy full SHA for b80d779
1 file changed
src/render/opengl/gl_engine_glfw.cpp
@@ -79,10 +79,6 @@ void GLEngineGLFW::initialize() {
79
view::windowWidth = newWindowWidth;
80
view::windowHeight = newWindowHeight;
81
82
- std::cout << "created window with: \n";
83
- std::cout << " bufferWidth: " << view::bufferWidth << " bufferHeight: " << view::bufferHeight << "\n";
84
- std::cout << " windowWidth: " << view::windowWidth << " windowHeight: " << view::windowHeight << "\n";
85
-
86
setWindowResizable(view::windowResizable);
87
88
// Set the UI scale to account for system-requested DPI scaling
0 commit comments