Guichaguri / BetterFps

Performance Improvements
GNU Lesser General Public License v2.1
100 stars 22 forks source link

Taylor’s algorithm messes up game #139

Closed Dimentive closed 4 years ago

Dimentive commented 4 years ago

My friend tried Taylor’s algorithm, and it messed up his game. His player model was moving around like crazy. It looked like he was dancing. His view kept shifting all over the place too. The reason he tried this algorithm in the first place was that the JAR benchmark showed that Taylor’s algorithm was the fastest.

I did recently report the same thing happening with the random algorithm (#137), and it was closed as the random algorithm is just a joke, but the same is happening with Taylor’s algorithm, which is, presumably, not a joke algorithm.

Versions

Guichaguri commented 4 years ago

Duplicate of #62