...forgot to remove k dependency

This commit is contained in:
MeowcaTheoRange 2022-08-08 17:02:40 -05:00
parent 181ff66e89
commit 9fe06f7070

View file

@ -12,7 +12,7 @@
* @param {Object} config - The properties that defined how to style this animation. * @param {Object} config - The properties that defined how to style this animation.
* @param {number} [loops] - How many times the tween has looped. * @param {number} [loops] - How many times the tween has looped.
*/ */
export function KBTween(k) { export function KBTween() {
const tweentypes = { const tweentypes = {
NORMAL: 0, NORMAL: 0,
FOREVER: 2, FOREVER: 2,