mirror of
https://github.com/Zenithsiz/zsw.git
synced 2026-02-04 02:08:37 +00:00
Renamed variable with an old name.
This commit is contained in:
parent
ab876fa9e2
commit
6a61ee865c
@ -182,7 +182,7 @@ impl WinitApp {
|
||||
event_loop_proxy: winit::event_loop::EventLoopProxy<AppEvent>,
|
||||
) -> Result<Self, AppError> {
|
||||
let wgpu = Wgpu::new().await.context("Unable to initialize wgpu")?;
|
||||
let panels_renderer_layouts = PanelsRendererShared::new(&wgpu);
|
||||
let panels_renderer_shared = PanelsRendererShared::new(&wgpu);
|
||||
|
||||
// Create and stat loading the displays
|
||||
let displays = Displays::new(config_dirs.displays().to_path_buf())
|
||||
@ -215,7 +215,7 @@ impl WinitApp {
|
||||
// TODO: Not have a default of (0,0)?
|
||||
cursor_pos: AtomicCell::new(PhysicalPosition::new(0.0, 0.0)),
|
||||
wgpu,
|
||||
panels_renderer_shared: panels_renderer_layouts,
|
||||
panels_renderer_shared,
|
||||
displays,
|
||||
playlists,
|
||||
profiles,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user