chore: cleanup files and move common method
This commit is contained in:
@@ -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")) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user