restoring scroller on main page to normal speed

This commit is contained in:
techdragon.nguyen@gmail.com
2010-11-25 13:52:36 +00:00
parent 77cfdf4571
commit 22b743ccdf
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ protected:
int scrollDirection;
public:
TextScroller(int fontId, float x, float y, float width, float speed = 100);
TextScroller(int fontId, float x, float y, float width, float speed = 30);
void Add(string text);
void Reset();
void setRandom(int mode = 1);