diff options
Diffstat (limited to '')
-rw-r--r-- | src/Collision.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Collision.cpp b/src/Collision.cpp index 6189a3fc..62b27eff 100644 --- a/src/Collision.cpp +++ b/src/Collision.cpp @@ -1736,8 +1736,6 @@ CColModel::operator=(const CColModel &other) int i; int numVerts; - assert(0); - boundingSphere = other.boundingSphere; boundingBox = other.boundingBox; |