Closed oxysoft closed 8 years ago
https://github.com/TobiasWehrum/unity-utilities/tree/master/RollingArray
You have
// Save the last 50 elements mousePositions = new RollingArray<Vector2>(510);
Should it pass 50, not 510?
Yes. Already fixed and waiting for the push.
https://github.com/TobiasWehrum/unity-utilities/tree/master/RollingArray
You have
Should it pass 50, not 510?