You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-27 15:57:02 +00:00
Fix error message when closing the project manager on Wayland
This commit is contained in:
@@ -2962,8 +2962,10 @@ void WaylandEmbedder::handle_fd(int p_fd, int p_revents) {
|
|||||||
|
|
||||||
WaylandEmbedder::~WaylandEmbedder() {
|
WaylandEmbedder::~WaylandEmbedder() {
|
||||||
shutdown();
|
shutdown();
|
||||||
|
if (proxy_thread.is_started()) {
|
||||||
proxy_thread.wait_to_finish();
|
proxy_thread.wait_to_finish();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#endif // TOOLS_ENABLED
|
#endif // TOOLS_ENABLED
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user