From 5b8b17790594117d74a80ead56f727aee3705fbf Mon Sep 17 00:00:00 2001 From: Graham Northup Date: Sat, 16 Nov 2019 00:41:19 -0500 Subject: Fix signal rendering part --- render.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render.py') diff --git a/render.py b/render.py index d890cc0..914af4b 100644 --- a/render.py +++ b/render.py @@ -117,7 +117,7 @@ while True: sampwin.fill((0, 0, 0), (0, 0, SAMP_WIDTH, HEIGHT)) x = 0 for i in LAST_SAMPLES: - sy = int(AMP * HALFH + HALFH) + sy = int(i * HALFH + HALFH) pygame.gfxdraw.line(sampwin, x - 1, lastsy, x, sy, (0, 255, 0)) x += 1 lastsy = sy -- cgit v1.2.3-70-g09d2