Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaGW2 committed Jun 8, 2024
1 parent aa0f761 commit b5d9cac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/GUI/GUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "Loader/Loader.h"
#include "Settings/Settings.h"
#include "Textures/TextureLoader.h"
#include "DataLink/DataLink.h"

#include "imgui.h"
#include "imgui_extensions.h"
Expand Down Expand Up @@ -573,6 +574,9 @@ namespace GUI

void Setup()
{
MumbleLink = (Mumble::Data*)DataLink::GetResource(DL_MUMBLE_LINK);
NexusLink = (NexusLinkData*)DataLink::GetResource(DL_NEXUS_LINK);

ImGuiIO& io = ImGui::GetIO();

if (!Settings::Settings.is_null())
Expand Down

0 comments on commit b5d9cac

Please sign in to comment.