diff --git a/src/SaveTool/SaveTool_MainManager.cpp b/src/SaveTool/SaveTool_MainManager.cpp index 224ebe4..6290717 100644 --- a/src/SaveTool/SaveTool_MainManager.cpp +++ b/src/SaveTool/SaveTool_MainManager.cpp @@ -251,7 +251,7 @@ void SaveTool::drawGeneralInfo() { credits = _currentProfile->credits(); ImGui::OpenPopup("int_edit"); } - if(drawIntEditPopup(&credits, 2000000)) { + if(drawIntEditPopup(&credits, 20000000)) { if(!_currentProfile->setCredits(credits)) { SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "Error", _currentProfile->lastError().c_str(), window());