From 1e9c69e6c7cd7cd7a39307d6f3760c117a30cd6b Mon Sep 17 00:00:00 2001 From: Iliyas Jorio Date: Wed, 20 Aug 2014 20:06:02 +0200 Subject: [PATCH] Corrected frequency.glide typo --- sfxr.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfxr.lua b/sfxr.lua index c655ac2..686f431 100644 --- a/sfxr.lua +++ b/sfxr.lua @@ -763,7 +763,7 @@ function sfxr.Sound:randomHit(seed) end self.frequency.start = random(0.2, 0.8) - self.frequency.glide = -0.3 - random(0, 0.4) + self.frequency.slide = -0.3 - random(0, 0.4) self.envelope.attack = 0 self.envelope.sustain = random(0, 0.1) self.envelope.decay = random(0.1, 0.3)