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