diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-29 15:01:20 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-29 15:01:20 +0100 |
commit | 0b59ee2dc3189c2b6207420279e5eb4d904dcb53 (patch) | |
tree | 26700fb1c125d06f0e91243039045f1bd0aa98be /editor | |
parent | dd7774c77bba183615f1884514a4f3de4e23eb5a (diff) |
editor: whitespace
Diffstat (limited to 'editor')
-rw-r--r-- | editor/scenery-editor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/scenery-editor.hpp b/editor/scenery-editor.hpp index 8f2ea051..eb78bb01 100644 --- a/editor/scenery-editor.hpp +++ b/editor/scenery-editor.hpp @@ -10,7 +10,7 @@ struct anim_atlas; struct scenery_editor final { - struct scenery_ { + struct scenery_ final { String name, descr; scenery_proto proto; }; |