2.8 branch: Change "Matrices" to "Materials" in StatsHandler. This change was made on trunk in 10601, but 10601 was too extensive to merge onto the 2.8 branch.
This commit is contained in:
@@ -1400,7 +1400,7 @@ void StatsHandler::setUpScene(osgViewer::ViewerBase* viewer)
|
||||
viewStr << "Lights" << std::endl;
|
||||
viewStr << "Bins" << std::endl;
|
||||
viewStr << "Depth" << std::endl;
|
||||
viewStr << "Matrices" << std::endl;
|
||||
viewStr << "Materials" << std::endl;
|
||||
viewStr << "Imposters" << std::endl;
|
||||
viewStr << "Drawables" << std::endl;
|
||||
viewStr << "Vertices" << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user