commit f1a8276698235d356a7b7257657b252b5d6a72b7
Author: Leszek Koltunski <leszek@distoretedandroid.org>
Date:   Fri Jun 16 14:49:17 2017 +0100

    Minor.

diff --git a/src/main/java/org/distorted/library/main/DistortedNode.java b/src/main/java/org/distorted/library/main/DistortedNode.java
index bb5ba4e..53ed1af 100644
--- a/src/main/java/org/distorted/library/main/DistortedNode.java
+++ b/src/main/java/org/distorted/library/main/DistortedNode.java
@@ -675,6 +675,17 @@ public class DistortedNode implements DistortedSlave
     return mSurface;
     }
 
+///////////////////////////////////////////////////////////////////////////////////////////////////
+/**
+ * Returns the Mesh object that's in the Node.
+ *
+ * @return Mesh contained in the Node.
+ */
+  public MeshObject getMesh()
+    {
+    return mMesh;
+    }
+
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 /**
  * Resizes the DistortedFramebuffer object that we render this Node to.
diff --git a/src/main/java/org/distorted/library/main/DistortedOutputSurface.java b/src/main/java/org/distorted/library/main/DistortedOutputSurface.java
index 94edd0b..0174ce2 100644
--- a/src/main/java/org/distorted/library/main/DistortedOutputSurface.java
+++ b/src/main/java/org/distorted/library/main/DistortedOutputSurface.java
@@ -400,7 +400,6 @@ sLast = sCurr;
       numRenders += mChildren.get(i).renderRecursive(time);
       }
 
-    setAsOutput(time);
     numRenders += renderChildren(time,mNumChildren,mChildren);
 
     if( mDebugLevel != 0 ) renderDebug(time);
