Skip to content

Commit

Permalink
fixes missing line end int the header
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Jun 7, 2020
1 parent 25b8f11 commit 37fb3f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agsimgui/agsimgui.cpp
Expand Up @@ -479,8 +479,8 @@ namespace agsimgui {
" /// Global alpha applies to everything in Dear ImGui. \r\n"
" import attribute float Alpha; \r\n"
" \r\n"
" /// Padding within a window.
" import attribute ImVec2 WindowPadding;
" /// Padding within a window. \r\n"
" import attribute ImVec2 WindowPadding; \r\n"
" \r\n"
" /// Radius of window corners rounding. Set to 0.0f to have rectangular windows. \r\n"
" import attribute float WindowRounding; \r\n"
Expand Down

0 comments on commit 37fb3f5

Please sign in to comment.