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 63ad3c9 commit a2e16b0
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,10 @@ void ERS_CLASS_VisualRenderer::UpdateViewport(int Index, ERS_CLASS_SceneManager*

}


DrawViewportOverlay(Index);


}


Expand Down Expand Up @@ -1002,7 +1006,7 @@ void ERS_CLASS_VisualRenderer::DrawViewportOverlay(int Index) {
// Draw Scene Info
if (Viewports_[Index]->ShowSceneInfo_) {


}

}

0 comments on commit a2e16b0

Please sign in to comment.