Skip to content

Commit

Permalink
Fixed logo placement
Browse files Browse the repository at this point in the history
  • Loading branch information
Beak-man committed May 25, 2023
1 parent d1bece1 commit d9917ae
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/shapes/WorldWindLogo.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,6 @@ function (ArgumentError,
WorldWindLogo.prototype = Object.create(ScreenImage.prototype);

WorldWindLogo.prototype.render = function (dc) {

// Capture the navigator's heading and tilt and apply it to the compass' screen image.
this.imageRotation = dc.navigator.heading;
this.imageTilt = dc.navigator.tilt;

var t = this.getActiveTexture(dc);
if (t) {
this.imageScale = 1.0;
}

ScreenImage.prototype.render.call(this, dc);
};
Expand Down

0 comments on commit d9917ae

Please sign in to comment.