summaryrefslogtreecommitdiff
path: root/external/libgltf/patches/wrong_media_time_at_first_run_caused_by_uninitilized_member.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/libgltf/patches/wrong_media_time_at_first_run_caused_by_uninitilized_member.patch')
-rw-r--r--external/libgltf/patches/wrong_media_time_at_first_run_caused_by_uninitilized_member.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/external/libgltf/patches/wrong_media_time_at_first_run_caused_by_uninitilized_member.patch b/external/libgltf/patches/wrong_media_time_at_first_run_caused_by_uninitilized_member.patch
deleted file mode 100644
index aa30dc225256..000000000000
--- a/external/libgltf/patches/wrong_media_time_at_first_run_caused_by_uninitilized_member.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ur libgltf.org/src/RenderScene.cpp libgltf/src/RenderScene.cpp
---- libgltf.org/src/RenderScene.cpp 2014-06-23 21:17:51.466737211 +0200
-+++ libgltf/src/RenderScene.cpp 2014-06-23 21:23:23.718722904 +0200
-@@ -602,6 +602,7 @@
- , roCameraX(1.0f), roCameraY(1.0f)
- , initCameraLocalMatrix(1.0f),initCameraGlobalMatrix(1.0f)
- , bAnimation(true), pTempMatrix(0)
-+ , bIsTimeAvailable(false)
- {
- mLastModelView = glm::mat4(0.0);
- #if ENABLE_FPS