[COMMITTED] Renderer.createColorMask() JavaDoc

Just updates the JavaDoc, currently it refers to the createStencilState() method.


Index: Renderer.java
--- Renderer.java Base (BASE)
+++ Renderer.java Locally Modified (Based On LOCAL)
@@ -285,9 +285,9 @@
     public abstract ClipState createClipState();
 
     /**
-     * Retrieves the stencil state object for the proper renderer.
+     * Retrieves the color mask state object for the proper renderer.
      *
-     * @return The <code>StencilState</code> object that can make use of the
+     * @return The <code>ColorMaskState</code> object that can make use of the
      *         proper renderer.
      */
     public abstract ColorMaskState createColorMaskState();

You don't have to make threads for small & obvious changes like this :slight_smile:

Momoko_Fan said:

You don't have to make threads for small & obvious changes like this :)

Agreed.