Skip to content
Snippets Groups Projects
Commit a31837f6 authored by Alexander Rose's avatar Alexander Rose
Browse files

Merge branch 'master' into gl-lines

parents 5ab1de67 cc20355f
Branches
Tags
No related merge requests found
...@@ -27,8 +27,8 @@ class CameraTransitionManager { ...@@ -27,8 +27,8 @@ class CameraTransitionManager {
return; return;
} }
Camera.copySnapshot(this.source, this.camera); Camera.copySnapshot(this.source, this.camera.state);
Camera.copySnapshot(this.target, this.camera); Camera.copySnapshot(this.target, this.camera.state);
Camera.copySnapshot(this.target, to); Camera.copySnapshot(this.target, to);
this.inTransition = true; this.inTransition = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment