Skip to content

Commit

Permalink
follow spotbugs hint
Browse files Browse the repository at this point in the history
  • Loading branch information
klk32003 committed Jun 4, 2018
1 parent 918ce29 commit 863f43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/jmri/jmrit/vsdecoder/Diesel3Sound.java
Expand Up @@ -529,10 +529,10 @@ public D3LoopThread(Diesel3Sound d, D3Notch n, String s, boolean r) {
is_running = r;
is_looping = false;
is_dying = false;
_parent = d;
_notch = n;
_sound = new SoundBite(s);
_sound.setGain(_parent.engine_gain);
_parent = d;
_throttle = 0.0f;
if (r) {
this.start();
Expand Down

0 comments on commit 863f43f

Please sign in to comment.