Преглед на файлове

Fix typo in Engine.runRenderLoop docs

Scott Weldon преди 9 години
родител
ревизия
7397950d5e
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/babylon.engine.js
  2. 1 1
      src/babylon.engine.ts

+ 1 - 1
src/babylon.engine.js

@@ -543,7 +543,7 @@ var BABYLON;
         };
         /**
          * Register and execute a render loop. The engine can have more than one render function.
-         * @param {Function} renderFunction - the function to continuesly execute starting the next render loop.
+         * @param {Function} renderFunction - the function to continuously execute starting the next render loop.
          * @example
          * engine.runRenderLoop(function () {
          *      scene.render()

+ 1 - 1
src/babylon.engine.ts

@@ -666,7 +666,7 @@
 
         /**
          * Register and execute a render loop. The engine can have more than one render function.
-         * @param {Function} renderFunction - the function to continuesly execute starting the next render loop.
+         * @param {Function} renderFunction - the function to continuously execute starting the next render loop.
          * @example
          * engine.runRenderLoop(function () {
          *      scene.render()