Skip to content

Commit

Permalink
Change url
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Oct 31, 2016
1 parent 300191d commit 9964fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Scene/ShadowMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ define([
this._needsUpdate = true;

// In IE11 polygon offset is not functional.
// TODO : Also disabled for Chrome temporarily. Re-enable once https://groups.google.com/forum/#!topic/webgl-dev-list/E1dAG65QBhg is resolved.
// TODO : Also disabled for Chrome temporarily. Re-enable once https://github.com/AnalyticalGraphicsInc/cesium/issues/4560 is resolved.
var polygonOffsetSupported = true;
if (FeatureDetection.isInternetExplorer() || FeatureDetection.isChrome()) {
polygonOffsetSupported = false;
Expand Down

0 comments on commit 9964fc9

Please sign in to comment.