fix comment

This commit is contained in:
Glenn Maynard
2005-09-24 03:48:30 +00:00
parent f9258c60b9
commit 4722e1ca2e
+1 -1
View File
@@ -56,7 +56,7 @@ protected:
private:
bool m_bLoaded;
float m_fCurrentItem; // Item at top of list, usually between 0 and m_SubActors.size(), approaches destination
float m_fCurrentItem; // Item at center of list, usually between 0 and m_SubActors.size(), approaches destination
float m_fDestinationItem;
float m_fSecondsPerItem; // <= 0 means don't scroll
float m_fSecondsPauseBetweenItems;