From 4352eb1ea4bc45f518ff92a052c8779fca90c8a5 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Tue, 16 Sep 2014 20:16:01 -0700 Subject: [PATCH] disable btInMemorySerializer by default --- src/LinearMath/btSerializer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/LinearMath/btSerializer.h b/src/LinearMath/btSerializer.h index e57bb245c..7366a240e 100644 --- a/src/LinearMath/btSerializer.h +++ b/src/LinearMath/btSerializer.h @@ -675,7 +675,6 @@ public: ///The btInMemorySerializer is experimental and only suitable in a few cases. ///The btInMemorySerializer takes a shortcut and can be useful to create a deep-copy ///of objects. There will be a demo on how to use the btInMemorySerializer. -#define ENABLE_INMEMORY_SERIALIZER #ifdef ENABLE_INMEMORY_SERIALIZER struct btInMemorySerializer : public btDefaultSerializer