mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-17 22:08:27 +02:00
fix entity importing
This commit is contained in:
parent
0862f345fe
commit
bb101956a6
1 changed files with 0 additions and 2 deletions
|
@ -959,8 +959,6 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
|
|||
setProperty(hifi::properties::STEAM, (steamClient && steamClient->isRunning()));
|
||||
setProperty(hifi::properties::CRASHED, _previousSessionCrashed);
|
||||
|
||||
_entityClipboard->setIsServerlessMode(true);
|
||||
|
||||
{
|
||||
const QString TEST_SCRIPT = "--testScript";
|
||||
const QString TRACE_FILE = "--traceFile";
|
||||
|
|
Loading…
Reference in a new issue