Browse Source

GLObject/GLObjectManager -> NativeObject/NativeObjectManager in docs

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9348 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
sky..ok 13 years ago
parent
commit
f6ea856f9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      engine/src/core/com/jme3/renderer/package.html

+ 1 - 1
engine/src/core/com/jme3/renderer/package.html

@@ -28,7 +28,7 @@ rendering implementation. </li>
     <li>The {@link com.jme3.renderer.Statistics} class is updated in real time
         by the Renderer, and is used to find out various statistics about
         the rendering</li>
-    <li>The {@link com.jme3.renderer.GLObjectManager} and {@link com.jme3.renderer.GLObject} classes
+    <li>The {@link com.jme3.util.NativeObjectManager} and {@link com.jme3.util.NativeObject} classes
     provide a link between the renderer's native objects and Java's garbage collected objects,
     allowing the engine to track when the Java object counterpart is garbage collected
     and then delete the native object counterpart from the renderer.</li>