fixes on sample importing

This commit is contained in:
Juan Linietsky
2015-05-19 23:37:04 -03:00
parent fec6aaffd8
commit 1e50677594
4 changed files with 16 additions and 4 deletions

View File

@@ -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);
}