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

Minor update to the bouncing ball demo to increase the frame rate.

This commit is contained in:
jules 2015-02-16 10:00:27 +00:00
parent 60ccdf8bf2
commit 6cee485a0a

View file

@ -33,7 +33,7 @@ public:
// specify the number of input and output channels that we want to open
setAudioChannels (2, 2);
startTimer (50);
startTimerHz (60);
}
~MainContentComponent()