fix, non-texture render, next_rgba
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
892ebc2e03
commit
2cc0bf22cb
1 changed files with 1 additions and 1 deletions
|
|
@ -803,7 +803,7 @@ impl InvokeUiSession for FlutterHandler {
|
|||
fn next_rgba(&self, _display: usize) {
|
||||
#[cfg(not(feature = "flutter_texture_render"))]
|
||||
if let Some(rgba_data) = self.display_rgbas.write().unwrap().get_mut(&_display) {
|
||||
rgba_data.valid = true;
|
||||
rgba_data.valid = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue