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 5884d10 commit 3fa604a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +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;
std::string FileName = Data->AssetFileName;

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

0 comments on commit 3fa604a

Please sign in to comment.