Skip to content

Commit

Permalink
fixup Add demo + doc / FontAwesome 6
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Jan 30, 2024
1 parent 14db51d commit 1e288be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hello_imgui/hello_imgui_font.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ namespace HelloImGui
//
// Code:
//
// // Prevent HelloImGui from loading Font Awesome, since we will load FontAwesome
// // Prevent HelloImGui from loading Font Awesome 4 definitions, since we will load FontAwesome 6
// #define HELLOIMGUI_NO_FONT_AWESOME4
// #include "hello_imgui/hello_imgui.h"
// #include "IconsFontAwesome6.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Prevent HelloImGui from loading Font Awesome, since we will load FontAwesome
// Prevent HelloImGui from loading Font Awesome 4 definitions, since we will use FontAwesome 6
#define HELLOIMGUI_NO_FONT_AWESOME4
#include "hello_imgui/hello_imgui.h"

Expand Down

0 comments on commit 1e288be

Please sign in to comment.