fix comment
This commit is contained in:
@@ -56,7 +56,7 @@ protected:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
bool m_bLoaded;
|
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_fDestinationItem;
|
||||||
float m_fSecondsPerItem; // <= 0 means don't scroll
|
float m_fSecondsPerItem; // <= 0 means don't scroll
|
||||||
float m_fSecondsPauseBetweenItems;
|
float m_fSecondsPauseBetweenItems;
|
||||||
|
|||||||
Reference in New Issue
Block a user