fix
This commit is contained in:
@@ -29,7 +29,7 @@ pub(super) fn execute_idle(
|
||||
return;
|
||||
};
|
||||
|
||||
let entity_pos = (transform.translation / ITILE_SIZE as f32).as_ivec3();
|
||||
let entity_pos = transform.translation.as_ivec3();
|
||||
|
||||
// Track if target actually changed this tick
|
||||
let mut target_changed = false;
|
||||
|
||||
Reference in New Issue
Block a user