removed unused mut
This commit is contained in:
parent
ea2cf1e73c
commit
6026653775
@ -294,7 +294,7 @@ fn queue_text(
|
|||||||
inverse_scale_factor: f32,
|
inverse_scale_factor: f32,
|
||||||
block: &TextLayout,
|
block: &TextLayout,
|
||||||
node: Ref<ComputedNode>,
|
node: Ref<ComputedNode>,
|
||||||
mut text_flags: Mut<TextNodeFlags>,
|
text_flags: &TextNodeFlags,
|
||||||
text_layout_info: Mut<TextLayoutInfo>,
|
text_layout_info: Mut<TextLayoutInfo>,
|
||||||
computed: &mut ComputedTextBlock,
|
computed: &mut ComputedTextBlock,
|
||||||
text_reader: &mut TextUiReader,
|
text_reader: &mut TextUiReader,
|
||||||
@ -362,7 +362,7 @@ pub fn text_system(
|
|||||||
Ref<ComputedNode>,
|
Ref<ComputedNode>,
|
||||||
&TextLayout,
|
&TextLayout,
|
||||||
&mut TextLayoutInfo,
|
&mut TextLayoutInfo,
|
||||||
&mut TextNodeFlags,
|
&TextNodeFlags,
|
||||||
&mut ComputedTextBlock,
|
&mut ComputedTextBlock,
|
||||||
)>,
|
)>,
|
||||||
mut text_reader: TextUiReader,
|
mut text_reader: TextUiReader,
|
||||||
|
Loading…
Reference in New Issue
Block a user