From d8e5e9144e50ad164af89c42cec5cccbb37fd307 Mon Sep 17 00:00:00 2001 From: datacrystals Date: Tue, 10 May 2022 22:05:13 +0000 Subject: [PATCH] Add Vert/Tex Count Displays (#162) --- .../ERS_CLASS_InputOutputSubsystem/ERS_CLASS_AssetIndexIOM.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/Utils/ERS_CLASS_InputOutputSubsystem/ERS_CLASS_AssetIndexIOM.cpp b/Source/Core/Utils/ERS_CLASS_InputOutputSubsystem/ERS_CLASS_AssetIndexIOM.cpp index b134761055..a742aaa7d3 100644 --- a/Source/Core/Utils/ERS_CLASS_InputOutputSubsystem/ERS_CLASS_AssetIndexIOM.cpp +++ b/Source/Core/Utils/ERS_CLASS_InputOutputSubsystem/ERS_CLASS_AssetIndexIOM.cpp @@ -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};