mirror of https://github.com/godotengine/godot
Fix update animation frame duration in every selected tile
This commit is contained in:
parent
ffd32a244b
commit
779c39f478
|
|
@ -271,10 +271,10 @@ bool TileSetAtlasSourceEditor::AtlasTileProxyObject::_set(const StringName &p_na
|
|||
} else {
|
||||
if (components[1] == "duration") {
|
||||
tile_set_atlas_source->set_tile_animation_frame_duration(tile.tile, frame, p_value);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue