Clarifying Commands' purpose (#10837)
# Objective As described in [Issue #10805](https://github.com/bevyengine/bevy/issues/10805) I have changed "impactful changes" to "structural changes" ## Solution Updated the text "impactful" to "structural"
This commit is contained in:
parent
b4c33da149
commit
24c6a7df05
@ -52,7 +52,7 @@ pub trait Command: Send + 'static {
|
|||||||
fn apply(self, world: &mut World);
|
fn apply(self, world: &mut World);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A [`Command`] queue to perform impactful changes to the [`World`].
|
/// A [`Command`] queue to perform structural changes to the [`World`].
|
||||||
///
|
///
|
||||||
/// Since each command requires exclusive access to the `World`,
|
/// Since each command requires exclusive access to the `World`,
|
||||||
/// all queued commands are automatically applied in sequence
|
/// all queued commands are automatically applied in sequence
|
||||||
|
Loading…
Reference in New Issue
Block a user