summarylogtreecommitdiffstats
path: root/BtOgre.cpp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'BtOgre.cpp.patch')
-rw-r--r--BtOgre.cpp.patch5
1 files changed, 5 insertions, 0 deletions
diff --git a/BtOgre.cpp.patch b/BtOgre.cpp.patch
new file mode 100644
index 000000000000..aea5ba604a41
--- /dev/null
+++ b/BtOgre.cpp.patch
@@ -0,0 +1,5 @@
+353c353,354
+< trimesh->addTriangle(vertexPos[0], vertexPos[1], vertexPos[2]);
+---
+> // Create continuous mesh.
+> trimesh->addTriangle(vertexPos[0], vertexPos[1], vertexPos[2], true);