Skip to content

Commit d255496

Browse files
committed
Document PythonScriptLanguage._frame being a noop
1 parent 25ba6b4 commit d255496

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/_pythonscript_extension_class_language.pxi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ cdef class PythonScriptLanguage:
179179

180180
# godot_extension: method(virtual=True)
181181
cdef void _frame(self):
182-
# TODO
182+
# This function is a noop, but must still be provided since Godot calls
183+
# it for every frame no matter what
183184
# spy_log(f"CALLED PythonScriptLanguage::_frame()")
184185
pass
185186

0 commit comments

Comments
 (0)