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 874601d commit d8e5e91
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ bool ERS_CLASS_AssetIndexIOM::UpdateAssetIndex(long AssetID, ERS_STRUCT_IOData*
std::string AssetType = Data->AssetTypeName;
std::string Modified = Data->AssetModificationDate;
std::string Created = Data->AssetCreationDate;
std::string FileName = Data->FileName;

AssetTypeName_[AssetID] = {AssetType};
AssetCreationDate_[AssetID] = {Created};
Expand Down

0 comments on commit d8e5e91

Please sign in to comment.