Mirror/Assets
MrGadget bcd3424c0e refactor: Simplify GetStartPosition (#828)
* Simplify GetStartPosition

- Early out if startPositions.Count = 0
- Reduces the normal returns to single LOC each
- Only resets startPositionIndex if it reaches int.MaxValue
- Uses modulo and increment-after against count to pick round robin index
- Eliminates unnecessary last return that could never be reached

* Per Paul's request
2019-04-18 15:20:08 -05:00
..
Mirror refactor: Simplify GetStartPosition (#828) 2019-04-18 15:20:08 -05:00
Mirror.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00