Skip to content

Commit d9917ae

Browse files
committed
Fixed logo placement
1 parent d1bece1 commit d9917ae

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/shapes/WorldWindLogo.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,6 @@ function (ArgumentError,
7070
WorldWindLogo.prototype = Object.create(ScreenImage.prototype);
7171

7272
WorldWindLogo.prototype.render = function (dc) {
73-
74-
// Capture the navigator's heading and tilt and apply it to the compass' screen image.
75-
this.imageRotation = dc.navigator.heading;
76-
this.imageTilt = dc.navigator.tilt;
77-
78-
var t = this.getActiveTexture(dc);
79-
if (t) {
80-
this.imageScale = 1.0;
81-
}
8273

8374
ScreenImage.prototype.render.call(this, dc);
8475
};

0 commit comments

Comments
 (0)