summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/patches/0003-assimp-Add-missing-case-option.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/patches/0003-assimp-Add-missing-case-option.patch')
-rw-r--r--src/3rdparty/patches/0003-assimp-Add-missing-case-option.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/3rdparty/patches/0003-assimp-Add-missing-case-option.patch b/src/3rdparty/patches/0003-assimp-Add-missing-case-option.patch
new file mode 100644
index 000000000..1b62209ad
--- /dev/null
+++ b/src/3rdparty/patches/0003-assimp-Add-missing-case-option.patch
@@ -0,0 +1,11 @@
+diff -ur assimpGIT/code/ColladaExporter.cpp assimp/code/ColladaExporter.cpp
+--- assimpGIT/code/ColladaExporter.cpp 2016-12-08 14:13:07.000000000 -0500
++++ assimp/code/ColladaExporter.cpp 2016-12-08 09:23:22.000000000 -0500
+@@ -383,6 +383,7 @@
+ case aiLightSource_SPOT:
+ WriteSpotLight(light);
+ break;
++ case aiLightSource_AREA:
+ case aiLightSource_UNDEFINED:
+ case _aiLightSource_Force32Bit:
+ break;