diff options
Diffstat (limited to 'dev-games/irrlicht/files/irrlicht-1.1-gcc41.patch')
-rw-r--r-- | dev-games/irrlicht/files/irrlicht-1.1-gcc41.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-games/irrlicht/files/irrlicht-1.1-gcc41.patch b/dev-games/irrlicht/files/irrlicht-1.1-gcc41.patch new file mode 100644 index 000000000000..5f0efbe7c141 --- /dev/null +++ b/dev-games/irrlicht/files/irrlicht-1.1-gcc41.patch @@ -0,0 +1,11 @@ +--- source/Irrlicht/CSceneManager.h.old 2006-09-16 12:15:36.000000000 +0200 ++++ source/Irrlicht/CSceneManager.h 2006-09-16 12:15:45.000000000 +0200 +@@ -146,7 +146,7 @@ + + //! Adds a skydome scene node. A skydome is a large (half-) sphere with a + //! panoramic texture on it and is drawn around the camera position. +- virtual ISceneNode* CSceneManager::addSkyDomeSceneNode(video::ITexture* texture, ++ virtual ISceneNode* addSkyDomeSceneNode(video::ITexture* texture, + u32 horiRes, u32 vertRes, f64 texturePercentage, + f64 spherePercentage, ISceneNode* parent, s32 id); + |