You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fixed a bunch of typos, including an error code.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user