mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Minor adjusts in the 'Show in Filesystem' code in SpriteFrames editor
This commit is contained in:
parent
63f7e4d16e
commit
110a29853b
2 changed files with 8 additions and 6 deletions
|
|
@ -228,7 +228,7 @@ class SpriteFramesEditor : public HSplitContainer {
|
|||
void _frame_list_gui_input(const Ref<InputEvent> &p_event);
|
||||
void _frame_list_item_selected(int p_index, bool p_selected);
|
||||
|
||||
void _menu_selected(int p_index);
|
||||
void _menu_selected(int p_id);
|
||||
|
||||
void _zoom_in();
|
||||
void _zoom_out();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue