forked from nonsensical-dev/zenyx-engine
fix: removed unused _ICON
and _PUMPKIN
variables
This commit is contained in:
parent
131989d9f3
commit
7fbec03ecc
1 changed files with 0 additions and 3 deletions
|
@ -141,9 +141,6 @@ struct WgpuState {
|
|||
instance: wgpu::Instance,
|
||||
}
|
||||
|
||||
static _ICON: &[u8] = include_bytes!(concat!(env!("CARGO_MANIFEST_DIR"), "/assets/Badge.png"));
|
||||
static _PUMPKIN: &[u8] = include_bytes!(concat!(env!("CARGO_MANIFEST_DIR"), "/Pumpkin.obj"));
|
||||
|
||||
impl WgpuState {
|
||||
fn new() -> Self {
|
||||
let backends = Backends::PRIMARY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue