mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-09 11:12:40 +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
|
||||
#if !defined(DISABLE_QML)
|
||||
DependencyManager::get<DialogsManager>()->toggleLoginDialog();
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
#endif
|
||||
if (!DISABLE_DEFERRED) {
|
||||
DependencyManager::get<DeferredLightingEffect>()->init();
|
||||
}
|
||||
>>>>>>> f4535e6784be56de3e3b0a21517280c12a434425
|
||||
DependencyManager::get<AvatarManager>()->init();
|
||||
|
||||
_timerStart.start();
|
||||
|
|
|
@ -19,9 +19,6 @@
|
|||
#include "Util.h"
|
||||
|
||||
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
//void Application::paintGL() {
|
||||
// // Some plugins process message events, allowing paintGL to be called reentrantly.
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue