omit semicolon, so REGISTER_ACTOR_CLASS(x) can't be parsed as
a prototype
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "LuaManager.h"
|
||||
|
||||
|
||||
REGISTER_ACTOR_CLASS( BGAnimation );
|
||||
REGISTER_ACTOR_CLASS( BGAnimation )
|
||||
|
||||
BGAnimation::BGAnimation()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user