diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-09-12 12:03:59 -0500 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-09-25 09:44:42 -0500 |
commit | 32c83a228dff7a1f485ab208dff773c3fa74b133 (patch) | |
tree | 31acc26b9cafc711478c287b1e26fe87827830a6 /editor | |
parent | 0a9d8f04c10870c0f9f7bbd2e0505edc8494e299 (diff) | |
download | redot-engine-32c83a228dff7a1f485ab208dff773c3fa74b133.tar.gz |
Style: Add `WARNING:` as new comment admonition
Diffstat (limited to 'editor')
-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, |