mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-20 12:39:17 +02:00
Merge branch 'milek-dev' into gfx-work
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user