Do not begin a new frame during RenderingDevice's shutdown.

This commit is contained in:
Dario
2025-10-16 13:47:18 -03:00
parent 20430236e7
commit af584b1ba8
2 changed files with 7 additions and 4 deletions

View File

@ -1587,7 +1587,7 @@ public:
void _execute_frame(bool p_present);
void _stall_for_frame(uint32_t p_frame);
void _stall_for_previous_frames();
void _flush_and_stall_for_all_frames();
void _flush_and_stall_for_all_frames(bool p_begin_frame = true);
template <typename T>
void _free_rids(T &p_owner, const char *p_type);