From d7f991cd2ed8cafb40bebf7122f45e1f000e073a Mon Sep 17 00:00:00 2001 From: William JCM Date: Sat, 10 Jul 2021 16:50:30 +0200 Subject: [PATCH] SaveTool: bump MB version. --- src/SaveTool/SaveTool.cpp | 2 +- src/SaveTool/SaveTool_MainManager.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SaveTool/SaveTool.cpp b/src/SaveTool/SaveTool.cpp index 6434247..7e22809 100644 --- a/src/SaveTool/SaveTool.cpp +++ b/src/SaveTool/SaveTool.cpp @@ -410,7 +410,7 @@ void SaveTool::drawDisclaimer() { ImGui::Bullet(); ImGui::SameLine(); - ImGui::TextUnformatted("This version of the application was tested on M.A.S.S. Builder early access version 0.6.5. It may or may not work with other versions of the game."); + ImGui::TextUnformatted("This version of the application was tested on M.A.S.S. Builder early access version 0.7.6. It may or may not work with other versions of the game."); ImGui::PopTextWrapPos(); diff --git a/src/SaveTool/SaveTool_MainManager.cpp b/src/SaveTool/SaveTool_MainManager.cpp index 95f115e..e558288 100644 --- a/src/SaveTool/SaveTool_MainManager.cpp +++ b/src/SaveTool/SaveTool_MainManager.cpp @@ -306,7 +306,7 @@ void SaveTool::drawResearchInventory() { ImGui::TableSetColumnIndex(0); \ ImGui::TextUnformatted(name); \ ImGui::TableSetColumnIndex(1); \ - ImGui::TextDisabled("Unavailable as of M.A.S.S. Builder version 0.6.5"); + ImGui::TextDisabled("Unavailable as of M.A.S.S. Builder version 0.7.6"); #define matRow(name, var, getter, setter) \ ImGui::TableNextRow(); \