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:
parent
7b889a2350
commit
ed018b2b77
2 changed files with 14 additions and 9 deletions
|
@ -1 +1 @@
|
|||
__version__ = "4.0.0.3"
|
||||
__version__ = "4.0.0.4"
|
Reference in a new issue