pyray: if function arg requires pointer and is given a pointer, don't try to create a pointer. if given a python primitive(float/int/bool), create an FFI float/int/bool and use pointer to it. https://github.com/electronstudio/raylib-python-cffi/issues/57

This commit is contained in:
richard 2022-02-02 20:32:12 +00:00
parent 7b889a2350
commit ed018b2b77
2 changed files with 14 additions and 9 deletions

View file

@ -1 +1 @@
__version__ = "4.0.0.3"
__version__ = "4.0.0.4"