Skip to content

Commit

Permalink
fix typo in the ags header
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Jan 12, 2020
1 parent 2c03cbb commit 85b9759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agsimgui/agsimgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ namespace agsimgui {
" import static bool CollapsingHeader(String label, ImGuiTreeNodeFlags flags = 0); \r\n"
" \r\n"
" /// set next TreeNode/CollapsingHeader open state. \r\n"
" import static void SetNextItemOpen(bool is_open, ImGuiCond cond = 0); \r\n\"
" import static void SetNextItemOpen(bool is_open, ImGuiCond cond = 0); \r\n"
" \r\n"
" // Widgets: List Boxes \r\n"
" \r\n"
Expand Down

0 comments on commit 85b9759

Please sign in to comment.