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 fc9fb29 commit ce94f93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ void Window_AssetExplorer::Draw() {
// Check Type
unsigned long Key = SystemUtils_->ERS_IOSubsystem_->UsedAssetIDs_[i];
std::string Type = SystemUtils_->ERS_IOSubsystem_->AssetIndexIOManager_->AssetTypeName_[Key];

if (Type == std::string("Model")) {


Expand Down

0 comments on commit ce94f93

Please sign in to comment.