Skip to content

Commit

Permalink
Client: Removed the “rend-info-tris” cvar
Browse files Browse the repository at this point in the history
IssueID #723
  • Loading branch information
skyjake committed Nov 14, 2013
1 parent 308c43f commit 191b2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/render/viewports.cpp
Expand Up @@ -95,7 +95,7 @@ void Viewports_Register()
C_VAR_BYTE("rend-info-deltas-pos", &showViewPosDeltas, 0, 0, 1);
C_VAR_BYTE("rend-info-frametime", &showFrameTimePos, 0, 0, 1);
C_VAR_BYTE("rend-info-rendpolys", &rendInfoRPolys, CVF_NO_ARCHIVE, 0, 1);
C_VAR_INT ("rend-info-tris", &rendInfoTris, 0, 0, 1);
//C_VAR_INT ("rend-info-tris", &rendInfoTris, 0, 0, 1); // not implemented atm

C_CMD("viewgrid", "ii", ViewGrid);
}
Expand Down

0 comments on commit 191b2b7

Please sign in to comment.