mirror of
https://github.com/godotengine/godot.git
synced 2025-02-14 06:40:51 +00:00
Merge pull request #6791 from Hinsbart/frame_changed
Sprite: Fix inspector not showing changes on "frame" property.
This commit is contained in:
commit
13bf9b6973
@ -214,6 +214,7 @@ void Sprite::set_frame(int p_frame) {
|
||||
|
||||
frame=p_frame;
|
||||
|
||||
_change_notify("frame");
|
||||
emit_signal(SceneStringNames::get_singleton()->frame_changed);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user