Commit ae59c5f
authored
fix vector2_extended example
there 2 reason it didn't work before First the Attribute `pyray.Matrix2x2` doesn't exist. Second the function `pyray.vector2_transform(v, mat)` prameter `mat` is Matrix 4x4 not 2x2 . And that's it :]1 parent 48bcc23 commit ae59c5f
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
259 | | - | |
260 | | - | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
0 commit comments