Bram

Results 1 issues of Bram

Hey, I fixed the crash on the terminate method: ``` /** * Terminate the currently running animation if there is any. */ public void terminate() { if (animator != null)...