Dreamteck / splines

The official Dreamteck Splines for Unity repository
Apache License 2.0
22 stars 2 forks source link

Fix the spawn count for delayed ObjectControllers #2

Closed Kronoxis closed 1 year ago

Kronoxis commented 1 year ago

The spawn count for delayed Object Controllers was set to spawnCount + 1, as the for-loop used <= instead of <.