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