blob: eb0a6335ccf1c10d97306849a1c978fbe19a2f7b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- OgreMain/include/Ogre.i.orig 2023-07-07 21:29:06 UTC
+++ OgreMain/include/Ogre.i
@@ -611,7 +611,7 @@ SHARED_PTR(HardwarePixelBuffer);
%ignore Ogre::ResourceGroupManager::openResource(const String&, const String&, bool) const;
%ignore Ogre::ResourceGroupManager::getResourceManagerIterator;
%include "OgreResourceGroupManager.h"
-#if SWIG_VERSION < 0x030012 || defined(SWIGJAVA)
+#if SWIG_VERSION <= 0x030012 || defined(SWIGJAVA)
// conflicts with overloaded versions (GpuProgram, Texture)
%ignore Ogre::ResourceManager::getResourceByName;
%ignore Ogre::ResourceManager::createOrRetrieve;
|