wfvining/liquid-ca

Factory creating incorrect movement rule

wfvining opened this issue · 1 comments

on lca-factory branch the LCAFactory appears to be producing models that use ballistic motion by default. The default should be a simple random walk.

Fixed. (Forgot to call Model::SetMovementRule)