Commit 47cfea01 authored by Daniel Schramm's avatar Daniel Schramm
Browse files

Javadoc fix

parent 48a5ff83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ public abstract class Drawable {
    /**
     * Sets render mode
     * @param renderMode Render mode
     * @throws IllegalArgumentException if renderMode isn't {@code GL_FILL}, {@code GL_LINE} or {@coed GL_POINT}
     * @throws IllegalArgumentException if renderMode isn't {@code GL_FILL}, {@code GL_LINE} or {@code GL_POINT}
     */
    public void setRenderMode(int renderMode) {
        if (renderMode != GL2.GL_FILL &&