raylib-hx icon indicating copy to clipboard operation
raylib-hx copied to clipboard

Array<Raylib.Texture2D> Unable to compile successfully

Open imfox opened this issue 5 months ago • 0 comments

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

imfox avatar Sep 21 '24 05:09 imfox