You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-26 15:46:23 +00:00
Thread: Fix typo in destructor error message
This commit is contained in:
@@ -2773,8 +2773,9 @@ _Thread::_Thread() {
|
|||||||
|
|
||||||
_Thread::~_Thread() {
|
_Thread::~_Thread() {
|
||||||
|
|
||||||
ERR_FAIL_COND_MSG(active, "Reference to a Thread object object was lost while the thread is still running...");
|
ERR_FAIL_COND_MSG(active, "Reference to a Thread object was lost while the thread is still running...");
|
||||||
}
|
}
|
||||||
|
|
||||||
/////////////////////////////////////
|
/////////////////////////////////////
|
||||||
|
|
||||||
PoolStringArray _ClassDB::get_class_list() const {
|
PoolStringArray _ClassDB::get_class_list() const {
|
||||||
|
|||||||
Reference in New Issue
Block a user