Переглянути джерело

Thread: Fix typo in destructor error message

Rémi Verschelde 5 роки тому
батько
коміт
ff7e7bd260
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      core/bind/core_bind.cpp

+ 2 - 1
core/bind/core_bind.cpp

@@ -2773,8 +2773,9 @@ _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 {