fix more examples https://github.com/electronstudio/raylib-python-cffi/issues/47
This commit is contained in:
parent
218d9a18f7
commit
82d310ea76
12 changed files with 20 additions and 134 deletions
|
@ -1,6 +1,6 @@
|
|||
from math import sin, cos
|
||||
import glm
|
||||
from raylib.dynamic import raylib as rl, ffi
|
||||
from raylib import rl, ffi
|
||||
|
||||
|
||||
class CameraFly:
|
||||
|
|
Reference in a new issue