From 564f4d12d93813b5d680fc24d4f118c3886d96ed Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Tue, 20 Aug 2019 19:56:41 -0400
Subject: [PATCH] Parallax mapping!

---
 Wav.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Wav.java b/Wav.java
index d548db5..88821c3 100644
--- a/Wav.java
+++ b/Wav.java
@@ -109,7 +109,7 @@
     
     static int minutes = 10;
     
-    static byte[] theStream = new byte[44100*2 * 60 * minutes];
+    static byte[] theStream = new byte[0]; // 44100*2 * 60 * minutes];
     
     static int cursor = 0; // +735 per frame = 44100 Hz / 120 Hz * 2 (for 16 bits)
 

--
Gitblit v1.6.2