Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tengge1 committed Oct 17, 2020
1 parent 9cfb92b commit f2296bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions web/test/WebWorldWind/src/layer/AtmosphereLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ AtmosphereLayer.prototype.drawGround = function (dc) {
this._activeTexture = dc.gpuResourceCache.resourceForKey(this.nightImageSource);

if (!this._activeTexture) {
debugger;
this._activeTexture = dc.gpuResourceCache.retrieveTexture(gl, this.nightImageSource);
}

Expand Down

0 comments on commit f2296bf

Please sign in to comment.