1
0
Fork 0
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:
attila 2022-10-13 18:11:43 +02:00
parent 1da9ccd36c
commit 621e14d092
3 changed files with 43 additions and 7 deletions

View file

@ -59,7 +59,7 @@ public:
AnimationAppDemo()
{
setSize (800, 600);
setFramesPerSecond (60);
setSynchroniseToVBlank (true);
}
void update() override