Skip to content
Snippets Groups Projects
Commit 1523f780 authored by gyroninja's avatar gyroninja
Browse files

removed debug

parent 9720e392
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ bool Window::initGLFW() {
boxComponent->resize(width, height);
}
thiz->resizeComponentTree(thiz->rootComponent, width, height);
thiz->printComponentTree(thiz->rootComponent, 0);
// thiz->printComponentTree(thiz->rootComponent, 0);
});
glfwSetScrollCallback(window, [](GLFWwindow *win, double xOffset, double yOffset) {
Window *thiz = reinterpret_cast<Window*>(glfwGetWindowUserPointer(win));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment