kevinortegren / zombieshroom

Large game project
11 stars 2 forks source link

Crash bug: Set mass to 0 #175

Closed phlogios closed 10 years ago

phlogios commented 10 years ago

Create an entity, add physics component, set mass = 0, play, press escape. YAML crashes because invalid scalar.

phlogios commented 10 years ago

The physics component exporter is apparently disabled by comment.

phlogios commented 10 years ago

Fixed with ugly bugfix, node is streamed to string, then compared to "1.#INF"