diff --git a/src/client/gameui.cpp b/src/client/gameui.cpp index 1f433e49..656705ff 100644 --- a/src/client/gameui.cpp +++ b/src/client/gameui.cpp @@ -128,6 +128,7 @@ void GameUI::update(const RunStats &stats, Client *client, MapDrawControl *draw_ << ", " << (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 (pointed_old.type == POINTEDTHING_NODE) {