Переглянути джерело

Changed node to spatial in the getChild javadoc to be more correct.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10499 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
Zer..om 12 роки тому
батько
коміт
ceba00624a
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      engine/src/core/com/jme3/scene/Node.java

+ 1 - 1
engine/src/core/com/jme3/scene/Node.java

@@ -419,7 +419,7 @@ public class Node extends Spatial implements Savable {
     /**
      * <code>getChild</code> returns the first child found with exactly the
      * given name (case sensitive.) This method does a depth first recursive
-     * search of all descendants of this node, it will return the first node
+     * search of all descendants of this node, it will return the first spatial
      * found with a matching name.
      * 
      * @param name