Browse Source

tools-imgui: do not show sprite animator

Daniele Bartolini 8 năm trước cách đây
mục cha
commit
054ad99ea7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tools-imgui/level_editor.cpp

+ 1 - 1
tools-imgui/level_editor.cpp

@@ -287,7 +287,7 @@ struct SpriteAnimator
 	FilesystemDisk* _fs;
 
 	SpriteAnimator(const DynamicString& src_dir)
-		: _open(true)
+		: _open(false)
 		, _add_animation_popup_open(false)
 		, _entities(default_allocator())
 		, _cur_entity(0)