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:
parent
60ccdf8bf2
commit
6cee485a0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue