godot-python icon indicating copy to clipboard operation
godot-python copied to clipboard

Transform.built_from_axis_origin is broken

Open jejay opened this issue 6 years ago • 0 comments

The method is a classmethod but it is written as if it was an instance method (using self, which does not exist in this context). Also, a variable (z_axis) is referenced with its wrong name (z). I fixed both of it in a pull request.

jejay avatar Oct 02 '19 14:10 jejay