Merge pull request #35758 from zmanuel/eliminate-draw-pending

Remove redundant thread sync counter draw_pending
This commit is contained in:
Rémi Verschelde 2022-06-22 18:20:41 +02:00 committed by GitHub
commit d8ef904ffc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View file

@ -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();