Skip to content

Commit

Permalink
Typos [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Jan 30, 2019
1 parent 8da2d25 commit 724f64c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Renderer/UniformState.js
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ define([
},

/**
* The dimensions of the specular environment map atlas of the scene.
* The dimensions of the specular environment map atlas of the scene.
* @memberof UniformState.prototype
* @type {Cartesian2}
*/
Expand Down Expand Up @@ -1144,7 +1144,7 @@ define([

this._environmentMap = defaultValue(frameState.environmentMap, frameState.context.defaultCubeMap);

// IE 11 doesn't optimize out uniforms that are #ifdef'd out. So an undefined values for the spherical harmonic
// IE 11 doesn't optimize out uniforms that are #ifdef'd out. So undefined values for the spherical harmonic
// coefficients and specular environment map atlas dimensions cause a crash.
this._sphericalHarmonicCoefficients = defaultValue(frameState.sphericalHarmonicCoefficients, EMPTY_ARRAY);
this._specularEnvironmentMaps = frameState.specularEnvironmentMaps;
Expand Down

0 comments on commit 724f64c

Please sign in to comment.