Display pitch angle in debug menu

This commit is contained in:
xerox123official 2019-03-06 19:08:56 +13:00 committed by luk3yx
parent 22fcad4fe9
commit f1810e9d73

View File

@ -4384,6 +4384,7 @@ void Game::updateGui(const RunStats &stats, f32 dtime, const CameraOrientation &
<< ", " << (player_position.Z / BS)
<< "), yaw: " << (wrapDegrees_0_360(cam.camera_yaw)) << "° "
<< yawToDirectionString(cam.camera_yaw)
<< ", pitch: " << (wrapDegrees_180(cam.camera_pitch)) << "°"
<< ", seed: " << ((u64)client->getMapSeed());
if (runData.pointed_old.type == POINTEDTHING_NODE) {