diff options
Diffstat (limited to 'games/irrlamb/files/patch-src-objects-orb.cpp')
-rw-r--r-- | games/irrlamb/files/patch-src-objects-orb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/irrlamb/files/patch-src-objects-orb.cpp b/games/irrlamb/files/patch-src-objects-orb.cpp index 5c1210679e88..656c75935884 100644 --- a/games/irrlamb/files/patch-src-objects-orb.cpp +++ b/games/irrlamb/files/patch-src-objects-orb.cpp @@ -2,7 +2,7 @@ +++ src/objects/orb.cpp 2013-12-19 22:19:55.234053221 +0400 @@ -40,7 +40,7 @@ else - Node->setMaterialTexture(0, irrDriver->getTexture("/home/amdmi3/projects/freebsd/ports/games/irrlamb/prefix/share/irrlamb/textures/orb_outer0.png")); + Node->setMaterialTexture(0, irrDriver->getTexture("textures/orb_outer0.png")); Node->setMaterialType(EMT_ONETEXTURE_BLEND); - Node->getMaterial(0).MaterialTypeParam = pack_texureBlendFunc(EBF_ONE, EBF_ONE); + Node->getMaterial(0).MaterialTypeParam = pack_textureBlendFunc(EBF_ONE, EBF_ONE); |