Skip to content

Commit

Permalink
Update Help.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K authored Oct 24, 2024
1 parent beaa8ae commit 7966f54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Submenus/More/Help.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ void UntitledGameSystemManager::Help::tick(float deltaTime)
{
auto* inst = (Instance*)UImGui::Instance::getGlobal();

static std::string configDir = inst->configDir + "config/";
static std::string scriptsDir = inst->configDir + "scripts/";
static std::string resourcesDir = inst->configDir + "resources/";
static UImGui::FString configDir = inst->configDir + "config/";
static UImGui::FString scriptsDir = inst->configDir + "scripts/";
static UImGui::FString resourcesDir = inst->configDir + "resources/";

ImGui::Text("Config directories");

Expand Down

0 comments on commit 7966f54

Please sign in to comment.