mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Update ScratchStage.as
This commit is contained in:
parent
6aa4d4c652
commit
a0fb0f3d5a
1 changed files with 2 additions and 2 deletions
|
@ -276,11 +276,11 @@ public class ScratchStage extends ScratchObj {
|
|||
if(Scratch.app.isIn3D)
|
||||
Scratch.app.render3D.getUIContainer().transform.matrix = transform.matrix.clone();
|
||||
|
||||
return; // scrolling backround support is disabled; see note below
|
||||
return; // scrolling background support is disabled; see note below
|
||||
|
||||
// NOTE: The following code supports the scrolling backgrounds
|
||||
// feature, which was explored but removed before launch.
|
||||
// This prototype implemenation renders SVG backdrops to a bitmap
|
||||
// This prototype implementation renders SVG backdrops to a bitmap
|
||||
// (to allow wrapping) but that causes pixelation in presentation mode.
|
||||
// If the scrolling backgrounds feature is ever resurrected this code
|
||||
// is a good starting point but the pixelation issue should be fixed.
|
||||
|
|
Loading…
Reference in a new issue