]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel.hxx
Fix line endings
[flightgear.git] / src / Cockpit / panel.hxx
index f4dbd7eb294a500475bf9969596f8139ca1f858c..183d4b4fe476df0b239ca01058578a45c51c42fa 100644 (file)
@@ -491,9 +491,13 @@ public:
     _texture = texture;
   }
   virtual const FGCroppedTexture &getTexture () const { return _texture; }
+  virtual FGCroppedTexture *getTexture() { return &_texture; }
+
+  void setEmissive(bool e) { _emissive = e; }
 
 private:
   FGCroppedTexture _texture;
+  bool _emissive;
 };