fix: use correct path for model static variable
This commit is contained in:
parent
c405f6ee45
commit
ee28893b63
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ struct WgpuState {
|
|||
}
|
||||
|
||||
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"));
|
||||
static _PUMPKIN: &[u8] = include_bytes!(concat!(env!("CARGO_MANIFEST_DIR"), "/assets/Pumpkin.obj"));
|
||||
|
||||
impl WgpuState {
|
||||
fn new() -> Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue