We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bece1 commit d9917aeCopy full SHA for d9917ae
src/shapes/WorldWindLogo.js
@@ -70,15 +70,6 @@ function (ArgumentError,
70
WorldWindLogo.prototype = Object.create(ScreenImage.prototype);
71
72
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
- }
82
83
ScreenImage.prototype.render.call(this, dc);
84
};
0 commit comments