shadowartist201 / TKA-PC-Port

A Windows port of Techno Kitten Adventure.
https://shadowartist201.blogspot.com/
32 stars 3 forks source link

[Android] Popaganda effect display issues #17

Closed shadowartist201 closed 6 months ago

shadowartist201 commented 6 months ago

Some effects in Popaganda Pack are not displaying correctly on Android. It almost looks like a performance issue. The negative circles become squares, and the sine wave becomes very blocky.

Video

shadowartist201 commented 6 months ago

For effects that use MediaPlayer.PlayPosition.TotalSeconds, the system gets overwhelmed when the number is too high. This an OpenGL limitation. This can be solved by resetting the timer right before the effects are called.

shadowartist201 commented 6 months ago

Fixed in 8c8b29c