From 66d96bd893d920edc5f263c29f1bfabfefe8aecf Mon Sep 17 00:00:00 2001 From: William JCM Date: Wed, 22 Sep 2021 10:47:23 +0200 Subject: [PATCH] SaveTool: update formatting. --- src/SaveTool/SaveTool_MainManager.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/SaveTool/SaveTool_MainManager.cpp b/src/SaveTool/SaveTool_MainManager.cpp index d5918e9..dbb14e8 100644 --- a/src/SaveTool/SaveTool_MainManager.cpp +++ b/src/SaveTool/SaveTool_MainManager.cpp @@ -349,7 +349,7 @@ void SaveTool::drawResearchInventory() { matRow("Lunarite", 4, lunarite, lunarite, Lunarite) matRow("Asterite", 5, asterite, asterite, Asterite) unavRow("Hallite fragma", 6) - unavRow("Unnoctinium", 7) + unavRow("Unnoctinium", 7) ImGui::TableNextRow(ImGuiTableRowFlags_Headers); ImGui::TableSetColumnIndex(1); @@ -360,7 +360,7 @@ void SaveTool::drawResearchInventory() { matRow("Aurelene", 3, aurelene, aurelene, Aurelene) matRow("Soldus", 4, soldus, soldus, Soldus) matRow("Synthesized N", 5, synthesized_n, synthesizedN, SynthesizedN) - unavRow("Nanoc", 6) + unavRow("Nanoc", 6) unavRow("Abyssillite", 7) ImGui::TableNextRow(ImGuiTableRowFlags_Headers); @@ -372,7 +372,7 @@ void SaveTool::drawResearchInventory() { matRow("Nitinol-CM", 3, nitinol_cm, nitinolCM, NitinolCM) matRow("Quarkium", 4, quarkium, quarkium, Quarkium) matRow("Alterene", 5, alterene, alterene, Alterene) - unavRow("Cosmium", 6) + unavRow("Cosmium", 6) unavRow("Purified quarkium", 7) ImGui::TableNextRow(ImGuiTableRowFlags_Headers); @@ -385,7 +385,7 @@ void SaveTool::drawResearchInventory() { matRow("Mineral exoskeletology", 4, mineral_exoskeletology, mineralExoskeletology, MineralExoskeletology) matRow("Carbonized skin", 5, carbonized_skin, carbonizedSkin, CarbonizedSkin) unavRow("Isolated void particle", 6) - unavRow("Weaponised physiology", 7) + unavRow("Weaponised physiology", 7) ImGui::EndTable(); }