Certain types of wheels cause FPS to drop on various older (low-end?) phones #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Discovered on a second generation Moto E running LineageOS 17.1. The attached video demonstrates the issue on said phone. Notice how at 01:14, 01:55, and 02:23, the FPS averages 60, while at 02:39 and 03:02 it is significantly lower.
Reproduced on a ZTE Overture (Cricket) running Android 4.1.2 (stock rom). The attached video was recorded using the camera of the previous phone because I cba to find a video recorder that runs on anything older than android 5.0.
Reproduced on a ZTE QUEST N817 running Android 4.4.4 (stock rom).
Certain types of wheels cause FPS to drop on various old phonesto Certain types of wheels cause FPS to drop on various older (low-end?) phonesReproduced on a Samsung Galaxy Core Prime (Verizon Wireless) running Android 5.1.1 (stock rom).
This does not appear to happpen on the latest android release of Bad-Piggies-Original (the upstream decompilation project) on my Moto E. This means that the issue is most likely exclusive to this fork. (please note that it does not have the FPS counter enabled)
Possibly fixed by
a193352324
? might test tmrwAlso, this code is most likely the cause:
Since each attempt to
SpawnSound()
failed for those types of wheels because of #4, most likely the method got called on every update, which most likely caused the game to run more slowly. If this is the case, the commit mentioned above probably fixed it, but again, I will test that later.Surely enough,
a193352324
fixed it.