mirror of https://codeberg.org/topola/topola.git
egui: fix compilation error -- import `Trace` from trace, not tracer
This commit is contained in:
parent
da1438195a
commit
00b997b60e
|
|
@ -34,7 +34,8 @@ use topola::{
|
||||||
router::{
|
router::{
|
||||||
draw::DrawException,
|
draw::DrawException,
|
||||||
navmesh::{BinavvertexNodeIndex, Navmesh},
|
navmesh::{BinavvertexNodeIndex, Navmesh},
|
||||||
tracer::{Trace, Tracer},
|
trace::Trace,
|
||||||
|
tracer::Tracer,
|
||||||
},
|
},
|
||||||
specctra::{design::SpecctraDesign, mesadata::SpecctraMesadata},
|
specctra::{design::SpecctraDesign, mesadata::SpecctraMesadata},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue