Closed geekrelief closed 3 years ago
https://github.com/pragmagic/godot-nim/blob/7fb22f69af92aa916e56dba14ba3938fc7fa1dd1/godot/core/basis.nim#L286 This should be. swap(self.elements[0].y, self.elements[1].x)
swap(self.elements[0].y, self.elements[1].x)
Thanks!
https://github.com/pragmagic/godot-nim/blob/7fb22f69af92aa916e56dba14ba3938fc7fa1dd1/godot/core/basis.nim#L286 This should be.
swap(self.elements[0].y, self.elements[1].x)