aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/imgui-node-editor/imgui_canvas.h
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-05-30 23:30:33 -0700
committerrtk0c <[email protected]>2021-05-30 23:30:33 -0700
commiteef2514908cdec3ec02888b7467cc877d33c1ceb (patch)
tree094ff5bdfcb12030023b857376299c592944a1dd /3rdparty/imgui-node-editor/imgui_canvas.h
parent20c5cca8c46d0d2af7addeeec97cb9811a1d4647 (diff)
Run dos2unix all all files
Diffstat (limited to '3rdparty/imgui-node-editor/imgui_canvas.h')
-rw-r--r--3rdparty/imgui-node-editor/imgui_canvas.h2
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.