ValkyrienSkies / Valkyrien-Skies-2

Valkyrien Skies 2
https://valkyrienskies.org/
GNU Lesser General Public License v3.0
224 stars 93 forks source link

Stop Flywheel BatchingEngine crash #893

Closed ByThePowerOfScience closed 2 months ago

ByThePowerOfScience commented 2 months ago

Check if Flywheel is using the instancing engine before asserting that it is. Since the Batching engine doesn't use an origin coordinate, I assume not having one shouldn't break anything, but you'll want to double-check.

Currently, attempting to use batching mode will crash the game immediately until the config is changed.

This patch also needs to be applied to the other branches as well.

Fixes #739 and #816.

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

ewoudje commented 2 months ago

LGTM