Skip to content

Commit

Permalink
move editor loader init to correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
rewin123 committed Apr 2, 2024
1 parent 3b07d83 commit 0f15c0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/editor_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ impl Plugin for EditorCore {
app.auto_reflected_undo::<Parent>();
app.auto_reflected_undo::<Children>();
app.auto_undo::<PrefabMarker>();

app.init_resource::<EditorLoader>();
}
}

Expand Down

0 comments on commit 0f15c0d

Please sign in to comment.