Fixed up a number of TODOs; created a new Wrapped interface to simplify
auto-unwrapping. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4286 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
|
||||
package com.threerings.crowd.client {
|
||||
|
||||
import flash.utils.getTimer; // function import
|
||||
|
||||
import com.threerings.util.ObserverList;
|
||||
import com.threerings.util.ResultListener;
|
||||
|
||||
@@ -372,7 +374,7 @@ public class LocationDirector extends BasicDirector
|
||||
*/
|
||||
public function checkRepeatMove () :Boolean
|
||||
{
|
||||
var now :Number = new Date().getTime();
|
||||
var now :Number = getTimer();
|
||||
if (now - _lastRequestTime < STALE_REQUEST_DURATION) {
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user