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 5ebfdfc commit 63008c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ void ERS_CLASS_VisualRenderer::DrawViewportOverlay(int Index, ERS_CLASS_SceneMan
}

// Show Loading Time Info
if (Viewports[Index]->ShowLoadingInfo_) {
if (Viewports_[Index]->ShowLoadingInfo_) {


unsigned long NumModels = SceneManager->Scenes_[SceneManager->ActiveScene_]->Models.size();
Expand Down

0 comments on commit 63008c0

Please sign in to comment.