summaryrefslogtreecommitdiffstats
path: root/src/Collision.cpp
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-06-30 15:20:11 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2019-06-30 15:20:11 +0200
commit90bcb888e8cd3f6580984c0248e474650c350007 (patch)
tree05606ed8c2ae842f7bd7a8f766d3d566e9e6f083 /src/Collision.cpp
parentPlayBackThisFrameInterpolation and all it required... (diff)
downloadre3-90bcb888e8cd3f6580984c0248e474650c350007.tar
re3-90bcb888e8cd3f6580984c0248e474650c350007.tar.gz
re3-90bcb888e8cd3f6580984c0248e474650c350007.tar.bz2
re3-90bcb888e8cd3f6580984c0248e474650c350007.tar.lz
re3-90bcb888e8cd3f6580984c0248e474650c350007.tar.xz
re3-90bcb888e8cd3f6580984c0248e474650c350007.tar.zst
re3-90bcb888e8cd3f6580984c0248e474650c350007.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;