File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ class Scratch3PenBlocks {
142142 this . _penSkinId = renderer . createPenSkin ( ) ;
143143 this . _penDrawableId = renderer . createDrawable ( StageLayering . PEN_LAYER ) ;
144144 if ( renderer . markDrawableAsNoninteractive ) {
145- renderer . markDrawableAsNoninteractive ( this . _penSkinId ) ;
145+ renderer . markDrawableAsNoninteractive ( this . _penDrawableId ) ;
146146 }
147147 renderer . updateDrawableSkinId ( this . _penDrawableId , this . _penSkinId ) ;
148148 }
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ class Video {
158158 renderer . markSkinAsPrivate ( this . _skinId ) ;
159159 }
160160 if ( renderer . markDrawableAsNoninteractive ) {
161- renderer . markDrawableAsNoninteractive ( this . _skinId ) ;
161+ renderer . markDrawableAsNoninteractive ( this . _drawable ) ;
162162 }
163163 }
164164
You can’t perform that action at this time.
0 commit comments