mirror of
https://github.com/godotengine/godot.git
synced 2025-03-01 23:21:39 +08:00
Merge pull request #26687 from QbieShay/hang_server_build_fix
Removed the resource preview thread from the server build
This commit is contained in:
commit
03664e26c5
@ -188,6 +188,7 @@ void EditorResourcePreview::_generate_preview(Ref<ImageTexture> &r_texture, Ref<
|
||||
|
||||
void EditorResourcePreview::_thread() {
|
||||
|
||||
#ifndef SERVER_ENABLED
|
||||
while (!exit) {
|
||||
|
||||
preview_sem->wait();
|
||||
@ -313,7 +314,7 @@ void EditorResourcePreview::_thread() {
|
||||
preview_mutex->unlock();
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
exited = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user