Skip to content

Commit

Permalink
clear vstring deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Aug 15, 2024
1 parent c8c978d commit d18fba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ void DevTools::drawSettings() {

ImGui::TextWrapped(
"Running Geode %s, DevTools %s",
Loader::get()->getVersion().toString().c_str(),
Mod::get()->getVersion().toString().c_str()
Loader::get()->getVersion().toVString().c_str(),
Mod::get()->getVersion().toVString().c_str()
);

if (ImGui::Button("Reset Layout")) {
Expand Down

0 comments on commit d18fba7

Please sign in to comment.