mirror of https://github.com/axmolengine/axmol.git
fix script binding
This commit is contained in:
parent
01e0803587
commit
1b3cb97b71
|
@ -133,6 +133,7 @@ skip = Node::[^setPosition$ setGLServerState description getUserObject .*UserDat
|
|||
Mesh::[*],
|
||||
Animation3DCache::[*],
|
||||
Sprite3DMaterialCache::[*],
|
||||
Sprite3DMaterial::[*],
|
||||
Sprite3DCache::[*],
|
||||
Bone3D::[*],
|
||||
Device::[getTextureDataForText],
|
||||
|
|
|
@ -132,6 +132,7 @@ skip = Node::[setGLServerState description getUserObject .*UserData getGLServerS
|
|||
Mesh::[*],
|
||||
Animation3DCache::[*],
|
||||
Sprite3DMaterialCache::[*],
|
||||
Sprite3DMaterial::[*],
|
||||
Sprite3DCache::[*],
|
||||
Bone3D::[*],
|
||||
Device::[getTextureDataForText],
|
||||
|
|
Loading…
Reference in New Issue