Skip to content

Commit eb3e7aa

Browse files
SWIG: Fixed output params of suggestTangengtVectorBuildParams (#1928)
1 parent 8754187 commit eb3e7aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OgreMain/include/Ogre.i

+1
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@ SHARED_PTR(Material);
769769
%ignore Ogre::Mesh::getBoneAssignmentIterator;
770770
%template(PoseList) std::vector<Ogre::Pose*>;
771771
%template(SubMeshList) std::vector<Ogre::SubMesh*>;
772+
%apply unsigned short& OUTPUT { unsigned short& outSourceCoordSet, unsigned short& outIndex };
772773
SHARED_PTR(Mesh);
773774
%include "OgreMesh.h"
774775
%ignore Ogre::SubMesh::getBoneAssignmentIterator;

0 commit comments

Comments
 (0)