We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src/godot/classes.pyx.j2
1 parent 71acc21 commit e24afd8Copy full SHA for e24afd8
src/godot/classes.pyx.j2
@@ -41,7 +41,7 @@ cdef class BaseGDObject:
41
42
def _set_gd_ptr(self, ptr: int):
43
# /!\ doing `<gd_object_t>ptr` would return the address of
44
- # the PyObject instead of casting it value !
+ # the PyObject instead of casting its value !
45
self._gd_ptr = <gd_object_t><size_t>ptr
46
# Note if the object is a reference, we stole it from the caller given we
47
# don't call `Reference.reference` here
0 commit comments