Skip to content

Commit

Permalink
video state
Browse files Browse the repository at this point in the history
  • Loading branch information
mayarajan3 committed Dec 19, 2024
1 parent 52e4baa commit 8338018
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ class Scratch3VideoSensingBlocks {
// first added to a project, and is overwritten by a PROJECT_LOADED
// event listener that later calls updateVideoDisplay
if (this.firstInstall) {
this.globalVideoState = VideoState.OFF;
this.globalVideoState = VideoState.ON;
this.globalVideoTransparency = 50;
this.updateVideoDisplay();
this.updateToStageModel();
Expand Down

0 comments on commit 8338018

Please sign in to comment.