the-butterfly-effect / tbe

The Butterfly Effect, a realistic physics simulation game
http://the-butterfly-effect.org
GNU General Public License v2.0
95 stars 13 forks source link

Debug drawing is not properly cleaned up #296

Open Wuzzy2 opened 8 years ago

Wuzzy2 commented 8 years ago

It is sometimes possible that the debug drawing stays on the screen after you stopped a simulation. Here's a way how to do it:

Also, debug drawing is not deactivated on-the-fly when you deactivate it.

Even worse, in the edior all objects seem to collide with the debug drawing.

There is a workaround to get rid of the debug drawing: Just start a simulation with debug drawing enabled and reset it (debug drawing is now cleaned), then turn off debug drawing.

Seen in Milestone B.

kaa-ching commented 8 years ago

all is absolutely true.

kaa-ching commented 7 years ago

As of today, the actual drawing of debug drawing is no longer present. I'll add it back in the near future, but it will be done very differently.