guillaumeblanc / ozz-animation

Open source c++ skeletal animation library and toolset
http://guillaumeblanc.github.io/ozz-animation/
Other
2.46k stars 302 forks source link

SyntaxError fix #37

Closed plumsky closed 7 years ago

plumsky commented 7 years ago

@guillaumeblanc I get error message, so fix it. C:\Users\ps\Documents\GitHub\ozz-animation>build-helper.py File "C:\Users\ps\Documents\GitHub\ozz-animation\build-helper.py", line 385 except Exception, e: ^ SyntaxError: invalid syntax

guillaumeblanc commented 7 years ago

Thanks a lot for submitting this fix! I merged it. In case you have a new PR, please note that they should be done to develop branch.

Cheers, Guillaume