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:
parent
022b8b1722
commit
0ec53673ce
13 changed files with 46 additions and 62 deletions
|
|
@ -231,7 +231,7 @@ void ComponentAnimator::animateComponent (Component* const component,
|
|||
if (! isTimerRunning())
|
||||
{
|
||||
lastTime = Time::getMillisecondCounter();
|
||||
startTimer (1000 / 50);
|
||||
startTimerHz (50);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue