kill local voxels on domain change

This commit is contained in:
ZappoMan 2014-03-21 18:16:28 -07:00
parent 42de3047ab
commit c70bbda10a

View file

@ -3252,6 +3252,9 @@ void Application::domainChanged(const QString& domainHostname) {
// reset the particle renderer
_particles.clear();
// reset the voxels renderer
_voxels.killLocalVoxels();
}
void Application::connectedToDomain(const QString& hostname) {