diff options
Diffstat (limited to 'applause.lua')
-rw-r--r-- | applause.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applause.lua b/applause.lua index e80f6c0..20bce20 100644 --- a/applause.lua +++ b/applause.lua @@ -91,7 +91,7 @@ function msec(x) return sec((x or 1)/1000) end -- The sample cache used to implement CachedStream. -- We don't know how large it must be, but once it is -- allocated we only table.clear() it. -local sampleCache = {} +sampleCache = {} -- Reload the main module: Useful for hacking it without -- restarting applause |