1786018294
This commit is contained in:
@@ -23,7 +23,7 @@ pub struct Trekstor {
|
||||
|
||||
impl Trekstor {
|
||||
pub fn new() -> Self {
|
||||
let window = MinimalSoftwareWindow::new(RepaintBufferType::ReusedBuffer);
|
||||
let window = MinimalSoftwareWindow::new(RepaintBufferType::NewBuffer);
|
||||
|
||||
Self { window }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user