diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2018-01-23 20:30:38 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-01-23 20:30:38 +0000 |
| commit | 168e1c5ae1232def35693fbd09e9ecef88688046 (patch) | |
| tree | b09dc45063e5899a57a9fec007b70c9b42aab85d /graphics/opencollada | |
| parent | a970eebf930a6f2fef89b8741d7075b931e96fab (diff) | |
Notes
Diffstat (limited to 'graphics/opencollada')
| -rw-r--r-- | graphics/opencollada/files/patch-COLLADAStreamWriter_src_COLLADASWLibraryAnimations.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/opencollada/files/patch-COLLADAStreamWriter_src_COLLADASWLibraryAnimations.cpp b/graphics/opencollada/files/patch-COLLADAStreamWriter_src_COLLADASWLibraryAnimations.cpp new file mode 100644 index 000000000000..b428b69d6100 --- /dev/null +++ b/graphics/opencollada/files/patch-COLLADAStreamWriter_src_COLLADASWLibraryAnimations.cpp @@ -0,0 +1,11 @@ +--- COLLADAStreamWriter/src/COLLADASWLibraryAnimations.cpp.orig 2017-05-10 01:36:49 UTC ++++ COLLADAStreamWriter/src/COLLADASWLibraryAnimations.cpp +@@ -62,7 +62,7 @@ namespace COLLADASW + + //--------------------------------------------------------------- + LibraryAnimations::LibraryAnimations ( COLLADASW::StreamWriter * streamWriter ) +- : Library ( streamWriter, CSWC::CSW_ELEMENT_LIBRARY_ANIMATIONS ), mOpenAnimations ( NULL ) ++ : Library ( streamWriter, CSWC::CSW_ELEMENT_LIBRARY_ANIMATIONS ) + {} + + //--------------------------------------------------------------- |
