mirror of https://github.com/axmolengine/axmol.git
fixed #3457 fixes failed to build android.
This commit is contained in:
parent
d9ba53f9a9
commit
bd8f32e1a6
|
@ -50,7 +50,9 @@ skip = *::[^visit$ copyWith.* onEnter.* onExit.* ^description$ getObjectType .*H
|
|||
BaseData::[copy subtract],
|
||||
ColliderFilter::[updateShape],
|
||||
Tween::[(s|g)etMovementBoneData],
|
||||
DisplayManager::[initDisplayList (s|g)etCurrentDecorativeDisplay getDecorativeDisplayByIndex]
|
||||
DisplayManager::[initDisplayList (s|g)etCurrentDecorativeDisplay getDecorativeDisplayByIndex],
|
||||
ActionNode::[initWithDictionary],
|
||||
ActionObject::[initWithDictionary]
|
||||
|
||||
rename_functions = ActionManagerEx::[shareManager=getInstance purgeActionManager=purge],
|
||||
SceneReader::[purgeSceneReader=purge],
|
||||
|
|
Loading…
Reference in New Issue