Some fixes from the ports.
This commit is contained in:
@@ -282,7 +282,7 @@ namespace Game.Collision
|
||||
public GameObjectModel GetHitModel() { return _hitModel; }
|
||||
|
||||
PhaseShift _phaseShift;
|
||||
LocationInfo _locationInfo;
|
||||
GameObjectModel _hitModel;
|
||||
LocationInfo _locationInfo = new();
|
||||
GameObjectModel _hitModel = new();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user