Discussion:
[Crystal-develop] [Crystal-cvs] SF.net SVN: crystal:[39749] CS/trunk
res
2013-09-13 06:03:31 UTC
Permalink
Physics2: Automatically step the simulation during the 'logic' phase.
WARNING: Any previous manual call to iPhysicalSystem::Step() should now probably be removed.
Perhaps deprecate it and/or make it a no-op?
(The publicly visible Step(); the internally used method should be
renamed accordingly, e.g. StepInternal()).

-f.r.
Christian Van Brussel
2013-09-13 15:07:34 UTC
Permalink
I simply renamed it into StepSimulation().

I didn't go through a deprecation step since this API has still not been
released in a public version of CS.
Post by res
Physics2: Automatically step the simulation during the 'logic' phase.
WARNING: Any previous manual call to iPhysicalSystem::Step() should now probably be removed.
Perhaps deprecate it and/or make it a no-op?
(The publicly visible Step(); the internally used method should be
renamed accordingly, e.g. StepInternal()).
Loading...