Skip to content

Commit

Permalink
Update Main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Asiern committed Feb 8, 2021
1 parent c761ab6 commit 108e804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/NieRAutomataGadget/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Main::Main() : wxFrame(nullptr, wxID_ANY, "NieR:Automata Gadget", wxPoint(30, 30
m_hooked->SetFont(font);
m_status = new wxStaticText(this, wxID_ANY, "Process: None", wxPoint(margin, margin * 3), wxDefaultSize, 0, wxStaticTextNameStr);
m_status->SetFont(font);
m_version = new wxStaticText(this, wxID_ANY, "Version: 1.1.0", wxPoint(width - margin * 6, margin), wxDefaultSize, 0, wxStaticTextNameStr);
m_version = new wxStaticText(this, wxID_ANY, "Version: 1.1.1", wxPoint(width - margin * 6, margin), wxDefaultSize, 0, wxStaticTextNameStr);
m_version->SetFont(font);

Weapons->Enable(false);
Expand Down

0 comments on commit 108e804

Please sign in to comment.