16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-20 13:39:18 +02:00

Merge branch 'milek-dev' into gfx-work

This commit is contained in:
milek7
2019-02-25 23:11:12 +01:00
10 changed files with 97 additions and 11 deletions

View File

@@ -51,8 +51,6 @@ texture_window::texture_window(texture_handle src, std::string surfacename)
glfwSetWindowUserPointer(m_window, this);
glfwSetFramebufferSizeCallback(m_window, texture_window_fb_resize);
glfwFocusWindow(root);
m_renderthread = std::make_unique<std::thread>(&texture_window::threadfunc, this);
}