mirror of
https://github.com/italicsjenga/mini_gl_fb.git
synced 2024-11-22 07:21:30 +11:00
Remove left over persist_and_redraw
This commit is contained in:
parent
0efe514a89
commit
8b85a8f118
|
@ -16,5 +16,5 @@ fn main() {
|
|||
let buffer = [128u8, 255, 50, 25];
|
||||
fb.update_buffer(&buffer);
|
||||
|
||||
fb.persist_and_redraw(true);
|
||||
fb.persist();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue