Skip to content

Commit

Permalink
Add Vert/Tex Count Displays (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed May 10, 2022
1 parent 99075ac commit c754c13
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ void Window_AssetExplorer::Draw() {
std::string DisplayName;
if (FileName == "") {
DisplayName = std::to_string(Key);
}
} else {
DisplayName = FileName;
}

bool Selected = ImGui::Selectable(FileName.c_str(), Key == SelectedModelIndex_);
if (Selected) {
Expand Down

0 comments on commit c754c13

Please sign in to comment.