Skip to content

Commit

Permalink
Fixed unfinished comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chaorace committed Aug 5, 2015
1 parent 2dbd5cf commit 66737c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/Engine.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import scalafx.scene.control.Alert.AlertType


/**
* Created by Chris on 8/4/2015. This class actually handles
* Created by Chris on 8/4/2015. This class actually handles the trackball emulation
*/
class Engine(pollingRate: Option[Double], startupThreshold: Option[Double], giveupThreshold: Option[Double], drag: Option[Double]) extends Runnable{

Expand Down Expand Up @@ -91,4 +91,4 @@ class Engine(pollingRate: Option[Double], startupThreshold: Option[Double], give
}
}
}
}
}

0 comments on commit 66737c8

Please sign in to comment.