Skip to content

Commit 38cfc31

Browse files
committed
Move comment
1 parent e0e032f commit 38cfc31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Scene/Cesium3DTileStyle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1455,8 +1455,8 @@ define([
14551455
*/
14561456
Cesium3DTileStyle.prototype.getColorShaderFunction = function(functionName, attributePrefix, shaderState) {
14571457
if (this._colorShaderFunctionReady) {
1458-
// Return the cached result, may be undefined
14591458
shaderState.translucent = this._colorShaderTranslucent;
1459+
// Return the cached result, may be undefined
14601460
return this._colorShaderFunction;
14611461
}
14621462

0 commit comments

Comments
 (0)