Skip to content

Commit

Permalink
fix capitals
Browse files Browse the repository at this point in the history
  • Loading branch information
kodenamekrak authored Jun 29, 2023
1 parent baadfe0 commit 026d4bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#include "VRUIControls/VRPointer.hpp"

#include "QuestUI/shared/QuestUI.hpp"
#include "questui/shared/QuestUI.hpp"

static ModInfo modInfo;

Expand Down Expand Up @@ -118,4 +118,4 @@ extern "C" void load() {
INSTALL_HOOK(getLogger(), ColorsOverrideSettingsPanelController_HandleDropDownDidSelectCellWithIdx);
INSTALL_HOOK(getLogger(), MenuEnvironmentManager_ShowEnvironmentType);
getLogger().info("Installed all hooks!");
}
}

0 comments on commit 026d4bb

Please sign in to comment.