mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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
|
// reset the particle renderer
|
||||||
_particles.clear();
|
_particles.clear();
|
||||||
|
|
||||||
|
// reset the voxels renderer
|
||||||
|
_voxels.killLocalVoxels();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Application::connectedToDomain(const QString& hostname) {
|
void Application::connectedToDomain(const QString& hostname) {
|
||||||
|
|
Loading…
Reference in a new issue