mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-13 22:09:44 +02:00
Remove debugging cache clearer.
This commit is contained in:
parent
7a985b445e
commit
fbaf0ea56b
1 changed files with 0 additions and 1 deletions
|
@ -293,7 +293,6 @@ Menu::Menu() {
|
||||||
auto tablet = DependencyManager::get<TabletScriptingInterface>()->getTablet("com.highfidelity.interface.tablet.system");
|
auto tablet = DependencyManager::get<TabletScriptingInterface>()->getTablet("com.highfidelity.interface.tablet.system");
|
||||||
auto hmd = DependencyManager::get<HMDScriptingInterface>();
|
auto hmd = DependencyManager::get<HMDScriptingInterface>();
|
||||||
|
|
||||||
DependencyManager::get<OffscreenUi>()->clearCache();
|
|
||||||
tablet->pushOntoStack("hifi/dialogs/security/EntityScriptQMLWhitelist.qml");
|
tablet->pushOntoStack("hifi/dialogs/security/EntityScriptQMLWhitelist.qml");
|
||||||
|
|
||||||
if (!hmd->getShouldShowTablet()) {
|
if (!hmd->getShouldShowTablet()) {
|
||||||
|
|
Loading…
Reference in a new issue