You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I’m Korean universty student that using well your library.
I have been used your library but, I found that there is a bug so, I am writting article for you.
Bug is below.
for example,
Hello, I’m Korean universty student that using well your library.
I have been used your library but, I found that there is a bug so, I am writting article for you.
Bug is below.
for example,
const a = Bodies.rectangle(10,10,10,10);
Events.on(engine,’mouseConstraint’, (e) => {
if(e.mouse.position.x > 300 && e.mouse.position.x < 500)
Body.setStatic(a,true);
else
Body.setStatic(a,false);
});
In that case, incur error that body of a is erase without intention.
I’ll wait your response.
The text was updated successfully, but these errors were encountered: