forked from StrafesNET/strafe-client
make build
This commit is contained in:
parent
7ad0270d2f
commit
ec9b720138
@ -764,6 +764,7 @@ impl TouchingState{
|
|||||||
//check current move conditions and use heuristics to determine
|
//check current move conditions and use heuristics to determine
|
||||||
//which ladder to climb on, which ground to walk on, etc
|
//which ladder to climb on, which ground to walk on, etc
|
||||||
//collect move state affecting objects from contacts (accelerator,water,ladder,ground)
|
//collect move state affecting objects from contacts (accelerator,water,ladder,ground)
|
||||||
|
let move_state=MoveState::Air;
|
||||||
for contact in &self.contacts{
|
for contact in &self.contacts{
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user