Normand Briere
2019-06-09 989407a46041b80c71fd906bff6b97528e6f3350
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",