You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Merge pull request #102189 from KoBeWi/frames_per_setting
Add editor setting for FPS mode and compat
This commit is contained in:
@@ -923,6 +923,10 @@ void AnimationPlayerEditor::set_state(const Dictionary &p_state) {
|
||||
}
|
||||
}
|
||||
|
||||
void AnimationPlayerEditor::clear() {
|
||||
track_editor->clear();
|
||||
}
|
||||
|
||||
void AnimationPlayerEditor::_animation_resource_edit() {
|
||||
String current = _get_current();
|
||||
if (current != String()) {
|
||||
|
||||
Reference in New Issue
Block a user