player-03
player-03
I must have misread the code. I thought the first `#end` said `#else`, meaning it would only run `setTextInputRect()` if Lime was older than 8.0.0. That also means Haxelib might...
Is there a discussion somewhere about what needs to be done for this? 45 weeks without a release is a long time... Would fixing CI do it?
Pretty sure that would be a net performance loss. Faster reading at the expense of slower rendering. Unless you're doing something that specifically requires reading from an image but not...
Are these warnings mainly during setup? Looks like [`FlxPieDial`](https://github.com/HaxeFlixel/flixel-addons/blob/dev/flixel/addons/display/FlxPieDial.hx) makes multiple calls to `copyPixels()`, but I'm pretty sure that's only during setup. If `copyPixels()` and similar operations are in fact...
That's odd. I _thought_ that was set in the platform class, but [`MacPlatform` only sets one architecture at a time](https://github.com/openfl/lime/blob/8.2.0-Dev/tools/platforms/MacPlatform.hx#L96-L108).
> What are you referring to when you mention multiple architectures? Me? I was responding to the fact that it's building multiple ndlls. I think it chooses which ndll to...
Can you post the problem parameters?
Oh, I see what you're saying. You want to make it stop detecting (and thus complaining about) these files, because they were never meant to have anything to do with...
So is that good enough, or is there still some change you want to see?
No idea, but check in project/lib/hashlink/src to make sure the file actually exists. Assuming it does, next add some `` tags to [Build.xml](https://github.com/openfl/lime/blob/8.2.0-Dev/project/Build.xml#L126) to make sure it's being included correctly....