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 ad6e498 commit 8785781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Loader/ERS_ModelLoader/ERS_ModelLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ void ERS_CLASS_ModelLoader::ProcessGPU(std::shared_ptr<ERS_STRUCT_Model> Model)

// Erase List To Save Memory
Model->TexturesToPushToGPU_.erase(Model->TexturesToPushToGPU_.begin(), Model->TexturesToPushToGPU_.end());
Model->IsTemplateModel = true;



Expand Down

0 comments on commit 8785781

Please sign in to comment.