summaryrefslogtreecommitdiffstats
path: root/src/Collision.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-06-30 15:27:20 +0200
committerGitHub <noreply@github.com>2019-06-30 15:27:20 +0200
commit6e4df804f7e8d6ec801e2699df7c036c82fcadac (patch)
tree15ccabed4c8c5d7c5c2f7a636035876cbd183e4d /src/Collision.cpp
parentMerge pull request #78 from ShFil119/cleanup (diff)
parentMerge remote-tracking branch 'upstream/master' (diff)
downloadre3-6e4df804f7e8d6ec801e2699df7c036c82fcadac.tar
re3-6e4df804f7e8d6ec801e2699df7c036c82fcadac.tar.gz
re3-6e4df804f7e8d6ec801e2699df7c036c82fcadac.tar.bz2
re3-6e4df804f7e8d6ec801e2699df7c036c82fcadac.tar.lz
re3-6e4df804f7e8d6ec801e2699df7c036c82fcadac.tar.xz
re3-6e4df804f7e8d6ec801e2699df7c036c82fcadac.tar.zst
re3-6e4df804f7e8d6ec801e2699df7c036c82fcadac.zip
Diffstat (limited to '')
-rw-r--r--src/Collision.cpp2
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;