We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc07433 commit 288861cCopy full SHA for 288861c
proto/ignition/msgs/serialized_map.proto
@@ -53,7 +53,7 @@ message SerializedStateMap
53
54
/// \brief Indicates if there is any one time component change,
55
/// or if all changes are periodic.
56
- bool is_periodic_change = 3;
+ bool has_one_time_component_changes = 3;
57
};
58
59
/// \brief All the data needed to step an ECS system, such as current
0 commit comments