omit semicolon, so REGISTER_ACTOR_CLASS(x) can't be parsed as
a prototype
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
// lua start
|
||||
LUA_REGISTER_CLASS( ActorFrame )
|
||||
// lua end
|
||||
REGISTER_ACTOR_CLASS( ActorFrame );
|
||||
REGISTER_ACTOR_CLASS( ActorFrame )
|
||||
|
||||
ActorFrame::ActorFrame()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user