aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/imgui-node-editor
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/imgui-node-editor')
-rw-r--r--3rdparty/imgui-node-editor/crude_json.cpp2
-rw-r--r--3rdparty/imgui-node-editor/crude_json.h2
-rw-r--r--3rdparty/imgui-node-editor/imgui_canvas.cpp2
-rw-r--r--3rdparty/imgui-node-editor/imgui_canvas.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/3rdparty/imgui-node-editor/crude_json.cpp b/3rdparty/imgui-node-editor/crude_json.cpp
index f2b3ba5..34f117f 100644
--- a/3rdparty/imgui-node-editor/crude_json.cpp
+++ b/3rdparty/imgui-node-editor/crude_json.cpp
@@ -1,4 +1,4 @@
-// Crude implementation of JSON value object and parser.
+// Crude implementation of JSON value object and parser.
//
// LICENSE
// This software is dual-licensed to the public domain and under the following
diff --git a/3rdparty/imgui-node-editor/crude_json.h b/3rdparty/imgui-node-editor/crude_json.h
index 06eedd7..a95abb9 100644
--- a/3rdparty/imgui-node-editor/crude_json.h
+++ b/3rdparty/imgui-node-editor/crude_json.h
@@ -1,4 +1,4 @@
-// Crude implementation of JSON value object and parser.
+// Crude implementation of JSON value object and parser.
//
// LICENSE
// This software is dual-licensed to the public domain and under the following
diff --git a/3rdparty/imgui-node-editor/imgui_canvas.cpp b/3rdparty/imgui-node-editor/imgui_canvas.cpp
index df63a40..9c71051 100644
--- a/3rdparty/imgui-node-editor/imgui_canvas.cpp
+++ b/3rdparty/imgui-node-editor/imgui_canvas.cpp
@@ -1,4 +1,4 @@
-# define IMGUI_DEFINE_MATH_OPERATORS
+# define IMGUI_DEFINE_MATH_OPERATORS
# include "imgui_canvas.h"
# include <type_traits>
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.