• Hi!
    I already tried to update this.precision but it does not work :(

      precision: 60,
      ...
      update: (time, changed) => {
        console.log("test: " + this.precision) <-- the first time this.precision is undefined
        this.precision = 1
    }
    ...
    
About

Avatar for Alessandro @Alessandro started