Skip to content

Commit

Permalink
Merge pull request #6590 from AnalyticalGraphicsInc/fix-color-copy
Browse files Browse the repository at this point in the history
Fix uniform map name for color copy.
  • Loading branch information
Hannah authored May 15, 2018
2 parents 01c49d6 + 39403c3 commit 279f317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Scene/GlobeDepth.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ define([
if (!defined(globeDepth._copyColorCommand)) {
globeDepth._copyColorCommand = context.createViewportQuadCommand(PassThrough, {
uniformMap : {
u_colorTexture : function() {
colorTexture : function() {
return globeDepth._colorTexture;
}
},
Expand Down

0 comments on commit 279f317

Please sign in to comment.