1
0
Fork 0

slightly more effective stop() method

This commit is contained in:
mfranz 2005-06-30 00:18:20 +00:00
parent f1c70da6d4
commit 0f97cfccdf

View file

@ -125,7 +125,7 @@ door = {
toggle : func { me.move(me.target) },
# door.stop() -> stop movement
stop : func { me.move(me.getpos()) },
stop : func { interpolate(me.positionN) },
# door.move(double) -> move to arbitrary position
move : func {