b-g / Ani

A lightweight animation library for the programming environment Processing
79 stars 13 forks source link

Minor changes to make Ani compatible with Processing 3.0 #9

Closed jnsdbr closed 9 years ago

jnsdbr commented 9 years ago

Today I was playing around with the Processing 3.0a9 release and noticed that Ani crashed all the time. I figured out that it used some deprecated methods to register the pre() method.

Tested with Processing 3.0a9 and 2.2.1

jnsdbr commented 9 years ago

Hi @b-g! I changed the core.jar back to 2.0 final. Since we're already commenting on a pull request you should be good to go! :)

b-g commented 9 years ago

Many thanks!! Will deploy today.