Created
November 8, 2010 20:28
-
-
Save vermie/668208 to your computer and use it in GitHub Desktop.
fixtilebits
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/contrib/mmap/src/MapBuilder.cpp b/contrib/mmap/src/MapBuilder.cpp | |
index 28ca4d1..bea47dc 100644 | |
--- a/contrib/mmap/src/MapBuilder.cpp | |
+++ b/contrib/mmap/src/MapBuilder.cpp | |
@@ -209,6 +209,8 @@ namespace MMAP | |
return; | |
} | |
+ return; | |
+ | |
// more data storage | |
G3D::Array<float> allVerts; | |
G3D::Array<int> allTris; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment