raylib-hx
raylib-hx copied to clipboard
Array<Raylib.Texture2D> Unable to compile successfully
static function main() {
Raylib.initWindow(1280, 720, "Hello World!");
var textures:Array<Raylib.Texture2D> = new Array<Raylib.Texture2D>();
var tex = textures[0];
}
Unable to compile successfully