diff options
Diffstat (limited to 'src/crepe/api/Script.h')
-rw-r--r-- | src/crepe/api/Script.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/crepe/api/Script.h b/src/crepe/api/Script.h index 68a46d7..12ec7f1 100644 --- a/src/crepe/api/Script.h +++ b/src/crepe/api/Script.h @@ -34,10 +34,9 @@ protected: * \c BehaviorScript component holding this script instance is active. */ virtual void update() {} - // NOTE: additional *events* (like unity's OnDisable and OnEnable) should be - // implemented as member methods in derivative user script classes and - // registered in init(), otherwise this class will balloon in size with each - // added event. + // NOTE: additional *events* (like unity's OnDisable and OnEnable) should be implemented as + // member methods in derivative user script classes and registered in init(), otherwise this + // class will balloon in size with each added event. protected: /** |