adjust comment

This commit is contained in:
David Rose 2004-01-13 11:01:46 +00:00
parent c02ef8f956
commit 324a43c277
2 changed files with 3 additions and 2 deletions

View File

@ -156,7 +156,7 @@ set_time_units(int unit_mask) {
// Function: WinStatsGraph::set_scroll_speed
// Access: Public
// Description: Called when the user selects a new scroll speed from
// the moniotr pulldown menu, this should adjust the
// the monitor pulldown menu, this should adjust the
// speed for the graph to the indicated value.
////////////////////////////////////////////////////////////////////
void WinStatsGraph::

View File

@ -142,11 +142,12 @@ set_time_units(int unit_mask) {
// Function: WinStatsStripChart::set_scroll_speed
// Access: Public
// Description: Called when the user selects a new scroll speed from
// the moniotr pulldown menu, this should adjust the
// the monitor pulldown menu, this should adjust the
// speed for the graph to the indicated value.
////////////////////////////////////////////////////////////////////
void WinStatsStripChart::
set_scroll_speed(float scroll_speed) {
// The speed factor indicates chart widths per minute.
if (scroll_speed != 0.0f) {
set_horizontal_scale(60.0f / scroll_speed);
}