summaryrefslogtreecommitdiff
path: root/Source/Main.hx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Main.hx')
-rw-r--r--Source/Main.hx11
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/Main.hx b/Source/Main.hx
index bba8a98..d88b351 100644
--- a/Source/Main.hx
+++ b/Source/Main.hx
@@ -108,17 +108,6 @@ class Wiggler extends Sprite
Wiggler.allWigglers.push(this);
- // destroy wigglers with no bones, but let them show up for a second first.
- if (!staticWiggler)
- {
- var bonecount = 0;
- for (v in bones) bonecount += 1;
- if (bonecount == 0)
- {
- destroyInitiated = true;
- Actuate.timer(0.5).onComplete( destroy );
- }
- }
}
#if editing