Skip to content

Commit

Permalink
adds managed builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Jun 6, 2020
1 parent f28a2da commit 25b8f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agsimgui/agsimgui.cpp
Expand Up @@ -588,7 +588,7 @@ namespace agsimgui {
" import attribute ImVec4 Colors[]; \r\n"
" }; \r\n"
" \r\n"
" struct AgsImGui{ \r\n"
"builtin managed struct AgsImGui{ \r\n"
" // Main \r\n"
" \r\n"
" /// start a new Dear ImGui frame, you can submit any command from this point until Render()/EndFrame(). \r\n"
Expand Down

0 comments on commit 25b8f11

Please sign in to comment.