diff options
Diffstat (limited to 'editor/plugins/sprite_frames_editor_plugin.h')
-rw-r--r-- | editor/plugins/sprite_frames_editor_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/sprite_frames_editor_plugin.h b/editor/plugins/sprite_frames_editor_plugin.h index 730dddade1..2d0e43be1e 100644 --- a/editor/plugins/sprite_frames_editor_plugin.h +++ b/editor/plugins/sprite_frames_editor_plugin.h @@ -167,6 +167,8 @@ class SpriteFramesEditor : public HSplitContainer { bool frames_need_sort = false; int last_frame_selected = 0; + Size2i previous_texture_size; + float scale_ratio; int thumbnail_default_size; float thumbnail_zoom; |