Normand Briere
2019-06-17 e36047725ce3217618d4e5807ac7c8769b9e3598
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",