Fixed tag
Fixed beta tag inside UI
This commit is contained in:
parent
ec0eb69865
commit
f92ec0b9fc
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ void RenderUI() {
|
|||
|
||||
if (ImGui::Begin("GolemHelper Control Panel", &g_state.showUI, ImGuiWindowFlags_AlwaysAutoResize)) {
|
||||
|
||||
ImGui::TextColored(ImVec4(0.2f, 0.8f, 1.0f, 1.0f), "GolemHelper v1.0.0-beta.3");
|
||||
ImGui::TextColored(ImVec4(0.2f, 0.8f, 1.0f, 1.0f), "GolemHelper v1.0.0-beta.2");
|
||||
ImGui::Separator();
|
||||
|
||||
ImGui::Text("Status:");
|
||||
|
|
|
|||
Loading…
Reference in a new issue