* Fixed a particularly nasty memory leak where the entire process of entering sculpt mode was being done twice. * Discovered that range tree is extremely slow. Got the alternative freelist version up and running, and replace a usage of GSet with a bitmap. However the new code is disabled pending further testing. Literally an order of magnutude improvement.
Project: RangeTree URL: https://github.com/ideasman42/rangetree-c License: Apache 2.0 Upstream version: 40ebed8aa209 Local modifications: None