Skip to content

Commit

Permalink
feat:remove the store use of Backdrop class
Browse files Browse the repository at this point in the history
  • Loading branch information
luoliwoshang committed Feb 28, 2024
1 parent d96bf94 commit 01fba7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spx-gui/src/class/backdrop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class Backdrop extends AssetBase {
"name": file.name.split(".")[0],
"path": file.name
})),
"zorder": useProjectStore().project?.sprite.list.map(sprite => sprite.name) || [],
"zorder": [],
}
}

Expand Down

0 comments on commit 01fba7f

Please sign in to comment.