Skip to content

Commit c891466

Browse files
ragulanramkumarSmallJoker
authored andcommittedMar 10, 2019
Display pitch angle in debug menu (#8321)
1 parent 0b492f8 commit c891466

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎src/client/gameui.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ void GameUI::update(const RunStats &stats, Client *client, MapDrawControl *draw_
128128
<< ", " << (player_position.Z / BS)
129129
<< "), yaw: " << (wrapDegrees_0_360(cam.camera_yaw)) << "° "
130130
<< yawToDirectionString(cam.camera_yaw)
131+
<< ", pitch: " << (wrapDegrees_180(cam.camera_pitch)) << "°"
131132
<< ", seed: " << ((u64)client->getMapSeed());
132133

133134
if (pointed_old.type == POINTEDTHING_NODE) {

0 commit comments

Comments
 (0)
Please sign in to comment.