From ffdecfe40916981ae244c69c913badf447900dd8 Mon Sep 17 00:00:00 2001 From: geekgary-x <18017158729@163.com> Date: Thu, 11 May 2023 17:30:38 +0800 Subject: [PATCH] Fix wrong comment encoding --- .../Methane/UserInterface/HeadsUpDisplay.cpp | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/Modules/UserInterface/Widgets/Sources/Methane/UserInterface/HeadsUpDisplay.cpp b/Modules/UserInterface/Widgets/Sources/Methane/UserInterface/HeadsUpDisplay.cpp index 63d60a0e6..124d2b728 100644 --- a/Modules/UserInterface/Widgets/Sources/Methane/UserInterface/HeadsUpDisplay.cpp +++ b/Modules/UserInterface/Widgets/Sources/Methane/UserInterface/HeadsUpDisplay.cpp @@ -18,16 +18,15 @@ limitations under the License. FILE: Methane/UserInterface/HeadsUpDisplay.cpp Heads-Up-Display widget for displaying runtime rendering parameters. - - ╔═══════════════╤════════════════════════════════╗ - ║ F1 - Help │ GPU Adapter Name ║ - ╟───────────────┼────────────────────────────────╢ - ║ Frame Time ms │ ║ - ╟───────────────┥ 123 FPS (Major Font) ║ - ║ CPU Time % │ ║ - ╟───────────────┼────────────────────────────────╢ - ║ VSync ON/OFF │ W x H N FB GFX API ║ - ╚═══════════════╧════════════════════════════════╝ + -------------------------------------------------- + | F1 - Help | GPU Adapter Name | + |-------------- |--------------------------------| + | Frame Time ms | | + |-------------- | 123 FPS (Major Font) | + | CPU Time % | | + |-------------- |--------------------------------| + | VSync ON/OFF | W x H N FB GFX API | + -------------------------------------------------- ******************************************************************************/