You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Merge pull request #35758 from zmanuel/eliminate-draw-pending
Remove redundant thread sync counter draw_pending
This commit is contained in:
@@ -84,7 +84,6 @@ class RenderingServerDefault : public RenderingServer {
|
||||
SafeFlag draw_thread_up;
|
||||
bool create_thread;
|
||||
|
||||
SafeNumeric<uint64_t> draw_pending;
|
||||
void _thread_draw(bool p_swap_buffers, double frame_step);
|
||||
void _thread_flush();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user