Skip to content

Commit

Permalink
Fix failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
bagnell committed May 4, 2018
1 parent 3534c15 commit 12c79e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Specs/Scene/PostProcessStageCompositeSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ defineSuite([
}

expect(s).toRender([0, 0, 0, 255]);
var stage = scene.postProcessStages.add(new PostProcessStageComposite({
var stage = s.postProcessStages.add(new PostProcessStageComposite({
stages : [new PostProcessStage({
fragmentShader : 'uniform sampler2D depthTexture; void main() { gl_FragColor = vec4(1.0); }'
})]
Expand Down

0 comments on commit 12c79e7

Please sign in to comment.