mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-12 18:38:43 -06:00
fix
This commit is contained in:
parent
35683d2b7c
commit
12cb29ca9d
|
@ -141,7 +141,7 @@ impl Renderer {
|
|||
};
|
||||
surface.configure(&device, &config);
|
||||
|
||||
Self { window, instance, surface, adapter, device, queue, size, config };
|
||||
Self { window, instance, surface, adapter, device, queue, size, config }
|
||||
}
|
||||
|
||||
/// do not call from async functions
|
||||
|
|
Loading…
Reference in a new issue