commit 46a52b78e673e57867751e2ae1361a6e8f8a624f
Author: Leszek Koltunski <leszek@distoretedandroid.org>
Date:   Thu Dec 8 12:53:00 2016 +0000

    Fix the 'Save' app so that the saving thread does not run all the time in a tight loop

diff --git a/src/main/java/org/distorted/library/DistortedFramebuffer.java b/src/main/java/org/distorted/library/DistortedFramebuffer.java
index 518398a..ce6901f 100644
--- a/src/main/java/org/distorted/library/DistortedFramebuffer.java
+++ b/src/main/java/org/distorted/library/DistortedFramebuffer.java
@@ -255,8 +255,8 @@ public class DistortedFramebuffer
  * Create new Projection matrix.
  *
  * @param fov Vertical 'field of view' of the Projection frustrum (in degrees).
- * @param x X-coordinate of the point at which our camera looks at. -mWidth/2 &lt; x &lt; mWidth/2
- * @param y Y-coordinate of the point at which our camera looks at. -mHeight/2 &lt; y &lt; mHeight/2
+ * @param x X-coordinate of the point at which our camera looks at. 0 is the center.
+ * @param y Y-coordinate of the point at which our camera looks at. 0 is the center.
  */
   public void setProjection(float fov, float x, float y)
     {
