-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile issue on FlxSound
.
#2677
Comments
@Cheemsandfriends would you be able to check this feature with lime 7, this isn't the only issue we've seen in this area. I recently fixed a compile issue that was reported in FlxDefines, as well: ce45308 @MAJigsaw77 try compiling with |
Ok |
@MAJigsaw77 what target are you building to and what lime version are you using? |
I'm using Lime 7.9.0 and I'm building android |
Also, the define worked. |
8.0.0 has some issues |
That's why |
what issues? just curious |
Svg icons have higher priority and this issue shows only on android. |
JNI in macro context crashes the compile. |
If i use fields |
This issue won't get fixed until the next release? |
Yes Btw you can edit messages here instead of sending 5 amending messages. It'll even update it as I'm reading it |
@Geokureli the line that is giving issues is basically where the pitch is set. |
@Cheemsandfriends MAJigsaw77 is using 7.9.0, the problem is that lime 7.9.0 does not define a pitch property in Audiosource: pitch was introduced in lime 8 |
@Geokureli Ik that it was introduced in lime 8, I just didn't understand for a second why it defined to FLX_PITCH if it was on lower versions |
@MAJigsaw77 gonna release a patch sometime early tomorrow |
👍 |
If i use a older version of
Lime
, this happens/opt/hostedtoolcache/haxe/4.2.5/x64/lib/flixel/5,0,0/flixel/system/FlxSound.hx:753: characters 23-28 : lime.media.AudioSource has no field pitch
The text was updated successfully, but these errors were encountered: