Skip to content

Commit

Permalink
SWIG: ignore getPropertyName
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Mar 7, 2024
1 parent f0770c9 commit b05a428
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OgreMain/include/Ogre.i
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ SHARED_PTR(StringInterface);
SHARED_PTR(HighLevelGpuProgram);
%include "OgreHighLevelGpuProgram.h"
%include "OgreRenderSystemCapabilities.h"
%ignore getPropertyName;
%include "OgreScriptCompiler.h"
%ignore Ogre::TextureUnitState::setCubicTexture;
%ignore Ogre::TextureUnitState::setCubicTextureName;
Expand Down

0 comments on commit b05a428

Please sign in to comment.