mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
fixes on sample importing
This commit is contained in:
@@ -1872,7 +1872,7 @@ _Thread::_Thread() {
|
||||
_Thread::~_Thread() {
|
||||
|
||||
if (active) {
|
||||
ERR_EXPLAIN("Reference to a Thread object object was lost while the thread is still running..")
|
||||
ERR_EXPLAIN("Reference to a Thread object object was lost while the thread is still running..");
|
||||
}
|
||||
ERR_FAIL_COND(active==true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user