Skip to content

Commit

Permalink
Fixed a bug where wrong light scene is recalled with remote presenter…
Browse files Browse the repository at this point in the history
… without presentation
  • Loading branch information
Zacharie Gignac authored and Zacharie Gignac committed Jan 17, 2022
1 parent b8a1d69 commit 88f42b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JS/Scenarios.js
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ export class Scenarios {



this.controller.activateLightScene('scene_normal');
this.controller.activateLightScene('scene_projection');
}


Expand Down

0 comments on commit 88f42b8

Please sign in to comment.