You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Polish interaction between windowing, input and rendering
- Adapt GL make/release API to the current architecture. - Fix DisplayServer being locked while dispatching input (prevent deadlocks).
This commit is contained in:
@@ -356,8 +356,7 @@ void RenderingServerDefault::_thread_callback(void *_instance) {
|
||||
void RenderingServerDefault::_thread_loop() {
|
||||
server_thread = Thread::get_caller_id();
|
||||
|
||||
DisplayServer::get_singleton()->make_rendering_thread();
|
||||
|
||||
DisplayServer::get_singleton()->gl_window_make_current(DisplayServer::MAIN_WINDOW_ID); // Move GL to this thread.
|
||||
_init();
|
||||
|
||||
draw_thread_up.set();
|
||||
|
||||
Reference in New Issue
Block a user