mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fixed a bunch of typos, including an error code.
This commit is contained in:
parent
d595b79c62
commit
1a97d6455d
9 changed files with 19 additions and 19 deletions
|
@ -47,11 +47,11 @@ void Array::_ref(const Array &p_from) const {
|
|||
ERR_FAIL_COND(!_fp); // should NOT happen.
|
||||
|
||||
if (_fp == _p)
|
||||
return; //wathever it is, nothing to do here move along
|
||||
return; // whatever it is, nothing to do here move along
|
||||
|
||||
bool success = _fp->refcount.ref();
|
||||
|
||||
ERR_FAIL_COND(!success); //should really not happen either
|
||||
ERR_FAIL_COND(!success); // should really not happen either
|
||||
|
||||
_unref();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue