It's likely that some stage was left unended from the previous frame.

Discuss any questions about BEPUphysics or problems encountered.
Post Reply
parapoohda
Posts: 92
Joined: Fri May 31, 2019 6:30 am

It's likely that some stage was left unended from the previous frame.

Post by parapoohda »

When I remove first character it show this assert "It's likely that some stage was left unended from the previous frame.". Is this normal?
Norbo
Site Admin
Posts: 4929
Joined: Tue Jul 04, 2006 4:45 am

Re: It's likely that some stage was left unended from the previous frame.

Post by Norbo »

No, that implies a timestep has started before a previous timestep has ended from the perspective of the simulation profiler. Are there multiple threads trying to step the simulation?
parapoohda
Posts: 92
Joined: Fri May 31, 2019 6:30 am

Re: It's likely that some stage was left unended from the previous frame.

Post by parapoohda »

Do you mean Simulation.Timestep more than one? I call it in poolthread and update.but it use only one funcion. Maybe I did sometihng wrong and alread correct it.

Updated
I call it twice thank you.I call it from your "pretty cool multicolored window" and when initialize
Post Reply