FIxing build issue doh...

This commit is contained in:
Sam Gateau 2018-11-28 22:21:58 -08:00
parent aa749b0980
commit 54fa4365b8
2 changed files with 0 additions and 9 deletions

View file

@ -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();

View file

@ -19,9 +19,6 @@
#include "Util.h"
<<<<<<< HEAD
//void Application::paintGL() {
// // Some plugins process message events, allowing paintGL to be called reentrantly.
//