From 90bcb888e8cd3f6580984c0248e474650c350007 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 30 Jun 2019 16:20:11 +0300 Subject: Reactivated Store(Restore)StuffIn(From)Mem, fixed bugs --- src/Collision.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Collision.cpp') 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; -- cgit v1.2.3