diff options
-rw-r--r-- | src/client/infowidget.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/infowidget.cc b/src/client/infowidget.cc index 6dcb608..062baf4 100644 --- a/src/client/infowidget.cc +++ b/src/client/infowidget.cc @@ -58,7 +58,7 @@ void DevInfoWidget::draw() if (core::localcontrol()) { textstream << "^B" << core::localcontrol()->name() << '\n'; - textstream << "^Nthurst ^B" << std::fixed << std::setprecision(2) + textstream << "^Nthrust ^B" << std::fixed << std::setprecision(2) << core::localcontrol()->thrust() << '\n'; textstream << "^Nspeed ^B" << std::fixed << std::setprecision(2) << core::localcontrol()->speed() << '\n'; |