Some refactoring: made PosInfo a class and moved character-specific fields to a "CharacterStateInfo" subclass
This commit is contained in:
@@ -1339,7 +1339,7 @@ namespace Barotrauma
|
||||
return;
|
||||
}
|
||||
|
||||
subBody.MemPos.Insert(index, new PosInfo(newTargetPosition, Direction.Right, sendingTime));
|
||||
subBody.MemPos.Insert(index, new PosInfo(newTargetPosition, sendingTime));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user