mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Add AnimatedAppComponent::setSynchroniseToVBlank
This commit is contained in:
parent
1da9ccd36c
commit
621e14d092
3 changed files with 43 additions and 7 deletions
|
|
@ -59,7 +59,7 @@ public:
|
|||
AnimationAppDemo()
|
||||
{
|
||||
setSize (800, 600);
|
||||
setFramesPerSecond (60);
|
||||
setSynchroniseToVBlank (true);
|
||||
}
|
||||
|
||||
void update() override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue