From ca66e70d658277a00171a522c4b63ddeeb627e4e Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 17 Aug 2020 20:47:42 +0200 Subject: [PATCH] - print stats on secondary HUD. --- source/sw/src/sbar.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/sw/src/sbar.cpp b/source/sw/src/sbar.cpp index 394dc4299..d1aba8f79 100644 --- a/source/sw/src/sbar.cpp +++ b/source/sw/src/sbar.cpp @@ -832,6 +832,7 @@ private: // keys // DisplayKeys(pp, -105, -18, 0.8625, 0.8625); + PrintLevelStats(int(imgScale + 4)); }