mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Display pitch angle in debug menu (#8321)
This commit is contained in:
parent
0b492f82f7
commit
c8914664a3
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue