You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Merge pull request #103218 from matheusmdx/spriteframes-editor-minor-adjusts
Minor adjusts in the `Show in Filesystem` code in `SpriteFrames` editor
This commit is contained in:
@@ -227,7 +227,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();
|
||||
|
||||
Reference in New Issue
Block a user