Skip to content

Commit

Permalink
Fix wrong comment encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
gukazma committed May 11, 2023
1 parent 03e21b4 commit ffdecfe
Showing 1 changed file with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
--------------------------------------------------
******************************************************************************/

Expand Down

0 comments on commit ffdecfe

Please sign in to comment.