commit d254d550c96d5eba1936ed7b53c3b6edfb7406b4
Author: Leszek Koltunski <leszek@distoretedandroid.org>
Date:   Thu Dec 15 17:03:48 2016 +0000

    Comment!

diff --git a/src/main/java/org/distorted/library/DistortedFramebuffer.java b/src/main/java/org/distorted/library/DistortedFramebuffer.java
index 41123c9..7ce98ac 100644
--- a/src/main/java/org/distorted/library/DistortedFramebuffer.java
+++ b/src/main/java/org/distorted/library/DistortedFramebuffer.java
@@ -249,7 +249,7 @@ public class DistortedFramebuffer
 /**
  * Draw the (texture,grid,effects) object to the Framebuffer.
  * <p>
- * Must be called from a thread holding OpenGL Context
+ * Must be called from a thread holding OpenGL Context.
  *
  * @param tex input Texture to use.
  * @param grid Class descendant from GridObject
@@ -271,7 +271,7 @@ public class DistortedFramebuffer
 /**
  * Draw the (framebuffer,grid,effects) object to the Framebuffer.
  * <p>
- * Must be called from a thread holding OpenGL Context
+ * Must be called from a thread holding OpenGL Context.
  *
  * @param fbo The Framebuffer whose COLOR attachment 0 will be used as input texture.
  *            Please note that rendering from an FBO to itself is unsupported by OpenGL!
@@ -283,7 +283,7 @@ public class DistortedFramebuffer
     {
     fbo.createFBO();
 
-    if( fbo.texIds[0]>=0 )    // we cannot (yet?) render to FBO created with the second constructor.
+    if( fbo.texIds[0]>=0 )    // we cannot (yet?) render from FBO created with the second constructor.
       {
       createFBO();
       GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, fboIds[0]);
@@ -298,7 +298,7 @@ public class DistortedFramebuffer
 /**
  * Draws the Tree, and all its children, to the Framebuffer.
  * <p>
- * Must be called from a thread holding OpenGL Context
+ * Must be called from a thread holding OpenGL Context.
  *
  * @param dt DistortedTree to render.
  * @param time Current time, in milliseconds. This will be passed to all the Effects stored in the Tree.
