delete sweep

This commit is contained in:
Quaternions 2023-11-29 21:21:02 -08:00
parent 9374e93801
commit fbae4d9f80

View File

@ -1,8 +0,0 @@
//something that implements body + hitbox + transform can predict collision
impl crate::sweep::PredictCollision for Model {
fn predict_collision(&self,other:&Model) -> Option<crate::event::EventStruct> {
//math!
None
}
}