diff options
Diffstat (limited to '3rdparty/imgui-node-editor/imgui_canvas.h')
-rw-r--r-- | 3rdparty/imgui-node-editor/imgui_canvas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/imgui-node-editor/imgui_canvas.h b/3rdparty/imgui-node-editor/imgui_canvas.h index 44f4347..acbb8ae 100644 --- a/3rdparty/imgui-node-editor/imgui_canvas.h +++ b/3rdparty/imgui-node-editor/imgui_canvas.h @@ -1,4 +1,4 @@ -// Canvas widget - view over infinite virtual space. +// Canvas widget - view over infinite virtual space. // // Canvas allows you to draw your widgets anywhere over infinite space and provide // view over it with support for panning and scaling. |