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 d8e5e91 commit 67c2c36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ bool ERS_CLASS_AssetIndexIOM::UpdateAssetIndex(long AssetID, ERS_STRUCT_IOData*
AssetTypeName_[AssetID] = {AssetType};
AssetCreationDate_[AssetID] = {Created};
AssetModificationDate_[AssetID] = {Modified};
AssetFileName_[AssetID] = {FileName};

// Check If Already In Loaded Assets, If Not, Add
bool AlreadyInIndex = false;
Expand Down

0 comments on commit 67c2c36

Please sign in to comment.