Bläddra i källkod

Merge pull request #5205 from phuein/patch-5

Typo.
David Catuhe 7 år sedan
förälder
incheckning
7fbb435790
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/babylon.node.ts

+ 1 - 1
src/babylon.node.ts

@@ -6,7 +6,7 @@
     export type NodeConstructor = (name: string, scene: Scene, options?: any) => () => Node;
     export type NodeConstructor = (name: string, scene: Scene, options?: any) => () => Node;
 
 
     /**
     /**
-     * Node is the basic class for all scene objects (Mesh, Light Camera).
+     * Node is the basic class for all scene objects (Mesh, Light, Camera.)
      */
      */
     export class Node implements IBehaviorAware<Node> {
     export class Node implements IBehaviorAware<Node> {
         private static _NodeConstructors: {[key: string]: any} = {};
         private static _NodeConstructors: {[key: string]: any} = {};