1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Demo cleanups.

This commit is contained in:
jules 2014-11-04 11:41:36 +00:00
parent 022b8b1722
commit 0ec53673ce
13 changed files with 46 additions and 62 deletions

View file

@ -231,7 +231,7 @@ void ComponentAnimator::animateComponent (Component* const component,
if (! isTimerRunning())
{
lastTime = Time::getMillisecondCounter();
startTimer (1000 / 50);
startTimerHz (50);
}
}
}