foreignsasquatch / raylib-hx

Haxe bindings for raylib, a simple and easy-to-use library to learn videogame programming
https://raylib.com
zlib License
55 stars 13 forks source link

Camera2D create should return Camera2D not Camera #38

Closed peachorchard closed 1 year ago

peachorchard commented 1 year ago

Line 328 in Raylib.hx reads:

static inline function create():Camera

should read:

static inline function create():Camera2D

foreignsasquatch commented 1 year ago

The haxelib version is outdated, check the readme for using the new version. Thank you.