deltaluca / nape

Haxe/AS3 Physics Engine
http://napephys.com
Other
542 stars 77 forks source link

neko crashes when tracing body.space #97

Open xerosugar opened 9 years ago

xerosugar commented 9 years ago

When I run the following on the Neko target:

for (b in FlxNapeSpace.space.bodies) { trace(b.space); }

the program crashes. When I run the same code on the Windows target, it traces "Space".