mirror of
https://github.com/overte-org/overte.git
synced 2025-04-09 02:33:19 +02:00
I need to setup my code-editor, spaces.
This commit is contained in:
parent
93679f7c3b
commit
d5289d357b
2 changed files with 2 additions and 2 deletions
|
@ -519,7 +519,7 @@ public:
|
|||
_octree->getTree()->setSimulation(simpleSimulation);
|
||||
_entitySimulation = simpleSimulation;
|
||||
}
|
||||
|
||||
|
||||
DependencyManager::set<ResourceManager>();
|
||||
|
||||
setFlags(Qt::MSWindowsOwnDC | Qt::Window | Qt::Dialog | Qt::WindowMinMaxButtonsHint | Qt::WindowTitleHint);
|
||||
|
|
|
@ -328,7 +328,7 @@ public:
|
|||
|
||||
installEventFilter(this);
|
||||
QThreadPool::globalInstance()->setMaxThreadCount(2);
|
||||
QThread::currentThread()->setPriority(QThread::HighestPriority);
|
||||
QThread::currentThread()->setPriority(QThread::HighestPriority);
|
||||
DependencyManager::set<ResourceManager>();
|
||||
setFlags(Qt::MSWindowsOwnDC | Qt::Window | Qt::Dialog | Qt::WindowMinMaxButtonsHint | Qt::WindowTitleHint);
|
||||
_size = QSize(800, 600);
|
||||
|
|
Loading…
Reference in a new issue