mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:52:26 +02:00
merge cleanup
This commit is contained in:
parent
4da19531ca
commit
dfe23c9342
1 changed files with 0 additions and 3 deletions
|
@ -3526,9 +3526,6 @@ void Application::domainChanged(QString domain) {
|
||||||
// update the user's last domain in their Profile (which will propagate to data-server)
|
// update the user's last domain in their Profile (which will propagate to data-server)
|
||||||
_profile.updateDomain(domain);
|
_profile.updateDomain(domain);
|
||||||
|
|
||||||
// kill the local voxels
|
|
||||||
_voxels.killLocalVoxels();
|
|
||||||
|
|
||||||
// reset the environment so that we don't erroneously end up with multiple
|
// reset the environment so that we don't erroneously end up with multiple
|
||||||
_environment.resetToDefault();
|
_environment.resetToDefault();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue