Skip to content

Commit 499d420

Browse files
authored
Merge pull request #120 from geekgary-x/master
Fix wrong comment encoding
2 parents 03e21b4 + ffdecfe commit 499d420

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Modules/UserInterface/Widgets/Sources/Methane/UserInterface/HeadsUpDisplay.cpp

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,15 @@ limitations under the License.
1818
1919
FILE: Methane/UserInterface/HeadsUpDisplay.cpp
2020
Heads-Up-Display widget for displaying runtime rendering parameters.
21-
22-
╔═══════════════╤════════════════════════════════╗
23-
║ F1 - Help │ GPU Adapter Name ║
24-
╟───────────────┼────────────────────────────────╢
25-
║ Frame Time ms │ ║
26-
╟───────────────┥ 123 FPS (Major Font) ║
27-
║ CPU Time % │ ║
28-
╟───────────────┼────────────────────────────────╢
29-
║ VSync ON/OFF │ W x H N FB GFX API ║
30-
╚═══════════════╧════════════════════════════════╝
21+
--------------------------------------------------
22+
| F1 - Help | GPU Adapter Name |
23+
|-------------- |--------------------------------|
24+
| Frame Time ms | |
25+
|-------------- | 123 FPS (Major Font) |
26+
| CPU Time % | |
27+
|-------------- |--------------------------------|
28+
| VSync ON/OFF | W x H N FB GFX API |
29+
--------------------------------------------------
3130
3231
******************************************************************************/
3332

0 commit comments

Comments
 (0)