diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-07-14 00:20:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-14 00:20:30 +0200 |
commit | 184f62cb46f2f1c83b54d9678be1915e8ca80c3e (patch) | |
tree | b6508d9176492ee6cffe9ca7e724afca143219b6 /scene/resources/tile_set.cpp | |
parent | 41dda3bea0fb263edc9165d7a3ccdcebc4dd4d08 (diff) | |
parent | 2f777b9a1ebf0b0cd16c7c8d32e465a044241263 (diff) |
Merge pull request #60458 from KoBeWi/Deprecated-hint,-unused-
Diffstat (limited to 'scene/resources/tile_set.cpp')
-rw-r--r-- | scene/resources/tile_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/tile_set.cpp b/scene/resources/tile_set.cpp index 05483db1e4..139ffaf510 100644 --- a/scene/resources/tile_set.cpp +++ b/scene/resources/tile_set.cpp @@ -3927,7 +3927,7 @@ void TileSetAtlasSource::_get_property_list(List<PropertyInfo> *p_list) const { tile_property_list.push_back(property_info); // animation_frames_count. - tile_property_list.push_back(PropertyInfo(Variant::INT, "animation_frames_count", PROPERTY_HINT_NONE, "", PROPERTY_USAGE_NETWORK)); + tile_property_list.push_back(PropertyInfo(Variant::INT, "animation_frames_count", PROPERTY_HINT_NONE, "", PROPERTY_USAGE_NONE)); // animation_frame_*. bool store_durations = tiles[E_tile.key].animation_frames_durations.size() >= 2; |