File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1982,14 +1982,14 @@ define([
1982
1982
1983
1983
us . update ( frameState ) ;
1984
1984
1985
+ scratchRectangle . x = drawingBufferPosition . x - ( ( rectangleWidth - 1.0 ) * 0.5 ) ;
1986
+ scratchRectangle . y = ( this . drawingBufferHeight - drawingBufferPosition . y ) - ( ( rectangleHeight - 1.0 ) * 0.5 ) ;
1987
+
1985
1988
var passState = this . _pickFramebuffer . begin ( scratchRectangle ) ;
1986
1989
updatePrimitives ( this ) ;
1987
1990
createPotentiallyVisibleSet ( this ) ;
1988
1991
updateAndClearFramebuffers ( this , passState , scratchColorZero , true ) ;
1989
1992
1990
- scratchRectangle . x = drawingBufferPosition . x - ( ( rectangleWidth - 1.0 ) * 0.5 ) ;
1991
- scratchRectangle . y = ( this . drawingBufferHeight - drawingBufferPosition . y ) - ( ( rectangleHeight - 1.0 ) * 0.5 ) ;
1992
-
1993
1993
executeCommands ( this , passState ) ;
1994
1994
resolveFramebuffers ( this , passState ) ;
1995
1995
@@ -2233,7 +2233,7 @@ define([
2233
2233
*
2234
2234
* @example
2235
2235
* scene = scene && scene.destroy();
2236
- *
2236
+ *
2237
2237
* @see Scene#isDestroyed
2238
2238
*/
2239
2239
Scene . prototype . destroy = function ( ) {
You can’t perform that action at this time.
0 commit comments