Explorar o código

Update babylon.targetCamera.ts

Raanan Weber %!s(int64=7) %!d(string=hai) anos
pai
achega
659455cc23
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/Cameras/babylon.targetCamera.ts

+ 2 - 1
src/Cameras/babylon.targetCamera.ts

@@ -78,6 +78,7 @@
 
         /**
          * Restored camera state. You must call storeState() first
+         * @returns whether it was successful or not
          */
         public _restoreStateValues(): boolean {
             if (!super._restoreStateValues()) {
@@ -393,4 +394,4 @@
             return "TargetCamera";
         }
     }
-} 
+}