lib/gamebox/physical_director.rb in gamebox-0.0.6 vs lib/gamebox/physical_director.rb in gamebox-0.0.7
- old
+ new
@@ -10,8 +10,8 @@
act.remove_self
act
end
def actor_removed(act)
- act.level.unregister_physical_object act if act.is? :physical
+ act.stage.unregister_physical_object act if act.is? :physical
end
end