chore: cleanup files and move common method

This commit is contained in:
Justin Scofield
2022-08-07 12:38:55 -04:00
parent 465b3fc49b
commit 3b24ce11d0
7 changed files with 20 additions and 16 deletions

View File

@@ -14,7 +14,6 @@ namespace editor {
absl::Status PaletteEditor::Update() {
for (const auto &name : kPaletteCategoryNames) {
if (ImGui::TreeNode(name.data())) {
ImGui::SameLine();
if (ImGui::SmallButton("button")) {
}