Skip to content

Commit

Permalink
Minor change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Gramlich committed May 15, 2012
1 parent 8fd9409 commit ce1d715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/andengine/opengl/vbo/VertexBufferObject.java
Expand Up @@ -48,7 +48,7 @@ public abstract class VertexBufferObject implements IVertexBufferObject {
// ===========================================================

/**
* @param pVertexBufferObjectManager (optional, if you manage reloading on your own.)
* @param pVertexBufferObjectManager (Optional, if you manage reloading on your own.)
* @param pCapacity
* @param pDrawType
* @param pAutoDispose when passing <code>true</code> this {@link VertexBufferObject} loads itself to the active {@link VertexBufferObjectManager}. <b><u>WARNING:</u></b> When passing <code>false</code> one needs to take care of that by oneself!
Expand Down

0 comments on commit ce1d715

Please sign in to comment.