summaryrefslogtreecommitdiff
path: root/external/libgltf/patches/include_typo_texture.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/libgltf/patches/include_typo_texture.patch')
-rw-r--r--external/libgltf/patches/include_typo_texture.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/external/libgltf/patches/include_typo_texture.patch b/external/libgltf/patches/include_typo_texture.patch
deleted file mode 100644
index 9ddd269a0490..000000000000
--- a/external/libgltf/patches/include_typo_texture.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur libgltf.org/src/Texture.cpp libgltf/src/Texture.cpp
---- libgltf.org/src/Texture.cpp 2014-04-18 12:19:41.806977683 +0200
-+++ libgltf/src/Texture.cpp 2014-04-18 12:20:08.065976714 +0200
-@@ -5,7 +5,7 @@
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- */
--#include "texture.h"
-+#include "Texture.h"
-
- Texture::Texture()
- {