From 4113164b3be1e50251ac40d6fd65660f0a6c2e63 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Tue, 11 Jun 2019 18:46:21 -0400
Subject: [PATCH] Compressed undo stack.

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

diff --git a/Wav.java b/Wav.java
index 6ba3212..d548db5 100644
--- a/Wav.java
+++ b/Wav.java
@@ -220,7 +220,7 @@
     // write out the wav file
     public Wav save()
     {
-        if (loop == 0 || !CameraPane.ANIMATION)
+        if (loop == 0 || !Globals.ANIMATION)
             return this;
         
 Object[] options = {"Yes",

--
Gitblit v1.6.2