This either changes the pkgbase to match the directory name or the other way around. The motivation for this is to make it possible to automatically generate an URL to the PKGBUILD file from the package information alone.
12 lines
592 B
Diff
12 lines
592 B
Diff
--- OpenSceneGraph-OpenSceneGraph-3.5.5/src/osgPlugins/3ds/ReaderWriter3DS.cpp 2017-02-24 13:09:52.785969600 +0100
|
|
+++ OpenSceneGraph-OpenSceneGraph-3.5.5/src/osgPlugins/3ds/ReaderWriter3DS.cpp.orig 2017-02-24 13:01:55.130353400 +0100
|
|
@@ -619,7 +619,7 @@
|
|
{
|
|
// add our geometry to group (where our children already are)
|
|
// creates geometry under modifier node
|
|
- processMesh(drawStateMap,group,mesh,meshAppliedMatPtr);
|
|
+ processMesh(drawStateMap,meshTransform,mesh,meshAppliedMatPtr);
|
|
return group;
|
|
}
|
|
else
|