overdev / raylib-py

A Python binding for the great C library raylib.
Other
199 stars 18 forks source link

Corrected Vector3 to Vector4 #29

Closed jbutcher5 closed 1 year ago

jbutcher5 commented 3 years ago

The _vec4 function had the incorrect type hint of 'Vector3' I have changed this to 'Vector4'