summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-09-26 12:45:38 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-09-26 12:45:38 +0200
commit991e6c92abd26435169ad7ea0df2622685cac6d1 (patch)
treedc75b4660e5837015e93afd6cc6abcbc92c6e86b /editor/plugins/tiles
parent052b1221085eb874fe4020ffc45a2cbbebebc4f1 (diff)
parent32c83a228dff7a1f485ab208dff773c3fa74b133 (diff)
downloadredot-engine-991e6c92abd26435169ad7ea0df2622685cac6d1.tar.gz
Merge pull request #96923 from Repiteo/style/warning-admonition
Style: Add `WARNING:` as new comment admonition
Diffstat (limited to 'editor/plugins/tiles')
-rw-r--r--editor/plugins/tiles/tile_set_atlas_source_editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/tiles/tile_set_atlas_source_editor.h b/editor/plugins/tiles/tile_set_atlas_source_editor.h
index 957f768429..c1a8338f81 100644
--- a/editor/plugins/tiles/tile_set_atlas_source_editor.h
+++ b/editor/plugins/tiles/tile_set_atlas_source_editor.h
@@ -177,7 +177,7 @@ private:
DRAG_TYPE_MAY_POPUP_MENU,
- // Warning: keep in this order.
+ // WARNING: Keep in this order.
DRAG_TYPE_RESIZE_TOP_LEFT,
DRAG_TYPE_RESIZE_TOP,
DRAG_TYPE_RESIZE_TOP_RIGHT,