diff pyink/MBScene.py @ 1295:71118bff7d61

CHange the wrong append to appendCHild
author wycc
date Sun, 16 Jan 2011 09:45:09 +0800
parents 082fff7e9604
children cf2691a18a7a
line wrap: on
line diff
--- a/pyink/MBScene.py	Sat Jan 15 23:07:29 2011 +0800
+++ b/pyink/MBScene.py	Sun Jan 16 09:45:09 2011 +0800
@@ -126,7 +126,6 @@
 	self._domviewui.tween(layer_idx, start, tween_len, tween_type)
 
 	# Create a key frame which link to the previous key frame
-	scene_group = self._domviewui.get_key_group(layer_idx, start)
 	self._domviewui.mark_key(layer_idx, frame_idx)
 	self._domviewui.clone_key_group(layer_idx, start, frame_idx)
 	self._director.show_scene(frame_idx)