diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-26 12:45:38 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-26 12:45:38 +0200 |
commit | 991e6c92abd26435169ad7ea0df2622685cac6d1 (patch) | |
tree | dc75b4660e5837015e93afd6cc6abcbc92c6e86b /editor/plugins/tiles | |
parent | 052b1221085eb874fe4020ffc45a2cbbebebc4f1 (diff) | |
parent | 32c83a228dff7a1f485ab208dff773c3fa74b133 (diff) | |
download | redot-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.h | 2 |
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, |