]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/gyro.cxx
Make various PUI widgets private.
[flightgear.git] / src / Instrumentation / gyro.cxx
index 93fee30bedbb9354f51c0a1f014eda5d4dc3b034..6de938e9a63de5ff59266c3a26a57e4085cf2da9 100644 (file)
@@ -13,6 +13,12 @@ Gyro::~Gyro ()
 {
 }
 
+void Gyro::reinit(void)
+{
+    _power_norm = 0.0;
+    _spin_norm = 0.0;
+}
+
 void
 Gyro::update (double delta_time_sec)
 {