mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:49:27 +02:00
FIxing build issue doh...
This commit is contained in:
parent
aa749b0980
commit
54fa4365b8
2 changed files with 0 additions and 9 deletions
|
@ -5088,13 +5088,7 @@ void Application::init() {
|
||||||
// Make sure Login state is up to date
|
// Make sure Login state is up to date
|
||||||
#if !defined(DISABLE_QML)
|
#if !defined(DISABLE_QML)
|
||||||
DependencyManager::get<DialogsManager>()->toggleLoginDialog();
|
DependencyManager::get<DialogsManager>()->toggleLoginDialog();
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
#endif
|
#endif
|
||||||
if (!DISABLE_DEFERRED) {
|
|
||||||
DependencyManager::get<DeferredLightingEffect>()->init();
|
|
||||||
}
|
|
||||||
>>>>>>> f4535e6784be56de3e3b0a21517280c12a434425
|
|
||||||
DependencyManager::get<AvatarManager>()->init();
|
DependencyManager::get<AvatarManager>()->init();
|
||||||
|
|
||||||
_timerStart.start();
|
_timerStart.start();
|
||||||
|
|
|
@ -19,9 +19,6 @@
|
||||||
#include "Util.h"
|
#include "Util.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
//void Application::paintGL() {
|
//void Application::paintGL() {
|
||||||
// // Some plugins process message events, allowing paintGL to be called reentrantly.
|
// // Some plugins process message events, allowing paintGL to be called reentrantly.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue