Skip to content
Snippets Groups Projects
Commit 47cfea01 authored by Daniel Schramm's avatar Daniel Schramm
Browse files

Javadoc fix

parent 48a5ff83
No related branches found
No related tags found
No related merge requests found
......@@ -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 &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment