mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-09 04:30:09 +00:00
Fixed beforeDate in standalone BLOCKS SDK MacOS example
This commit is contained in:
parent
980ece4a8a
commit
73764c2871
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ int main (int argc, const char * argv[])
|
|||
BlockFinder finder;
|
||||
|
||||
// Run an event loop.
|
||||
while ([[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate dateWithTimeIntervalSinceNow:2]]);
|
||||
while ([[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate distantFuture]]);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue