Normand Briere
2019-06-23 8088590686a45e71278f9a52bb9cc37943dc0c37
Wav.java
....@@ -220,7 +220,7 @@
220220 // write out the wav file
221221 public Wav save()
222222 {
223
- if (loop == 0 || !CameraPane.ANIMATION)
223
+ if (loop == 0 || !Globals.ANIMATION)
224224 return this;
225225
226226 Object[] options = {"Yes",