Skip to content

Commit f59d245

Browse files
committed
Fix importing of vpeol without feature flag.
1 parent 898a449 commit f59d245

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/editor.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ use crate::exclusive_systems::{
1616
};
1717
use crate::knobs::YoleckKnobsCache;
1818
use crate::prelude::{YoleckComponent, YoleckUi};
19+
#[cfg(feature = "vpeol")]
20+
use crate::vpeol;
1921
use crate::{
2022
BoxedArc, YoleckBelongsToLevel, YoleckEditMarker, YoleckEditSystems,
21-
YoleckEntityConstructionSpecs, YoleckInternalSchedule, YoleckManaged, YoleckState, vpeol,
23+
YoleckEntityConstructionSpecs, YoleckInternalSchedule, YoleckManaged, YoleckState,
2224
};
2325

2426
/// Whether or not the Yoleck editor is active.

0 commit comments

Comments
 (0)