David Catuhe 7 年之前
父节点
当前提交
58d9fb064b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/babylon.node.ts

+ 1 - 1
src/babylon.node.ts

@@ -315,7 +315,7 @@
 
         /**
          * Returns the latest update of the World matrix
-         * Returns a Matrix.  
+         * @returns a Matrix
          */
         public getWorldMatrix(): Matrix {
             if (this._currentRenderId !== this.getScene().getRenderId()) {