TODO comment for pet fix

Former-commit-id: 747b926a92506887bb235e9e64e2c4f286d8b31b
This commit is contained in:
timokoesters 2019-05-26 00:08:54 +02:00
parent d7d8888778
commit 148c015b38

View File

@ -212,7 +212,7 @@ fn handle_pet(server: &mut Server, entity: EcsEntity, args: String, action: &Cha
.read_component_cloned::<comp::phys::Pos>(entity)
{
Some(mut pos) => {
pos.0.x += 1.0;
pos.0.x += 1.0; // Temp fix TODO: Solve NaN issue with positions of pets
server
.create_npc(
pos,