elnormous / ouzel

C++ game engine for Windows, macOS, Linux, iOS, tvOS, Android, and web browsers
The Unlicense
990 stars 112 forks source link

Why do compoments have a "draw" method? #16

Closed wenq1 closed 7 years ago

wenq1 commented 7 years ago

Animators inherits from components and naturally do not and should not have "draw" methods.

wenq1 commented 7 years ago

I mean what's wrong with the pervious implementation with node.animate (animator)?