From 9c34da7a7b4371f9c809871797ef328169553f86 Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Sun, 6 May 2018 14:01:02 +0200 Subject: [PATCH] Add missing resources initialize call --- src/application.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/application.cpp b/src/application.cpp index a53c0b13..b5a7f0a3 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -97,6 +97,8 @@ void Application::initialize() this->settings->load(); this->commands->load(); + this->resources->initialize(); + this->highlights->initialize(); this->emotes->loadGlobalEmotes();