mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 13:58:47 +02:00
kill local voxels on domain change
This commit is contained in:
parent
42de3047ab
commit
c70bbda10a
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue