Turn off the debug printouts here since it was pretty spammy.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@991 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -111,7 +111,7 @@ public class PrioritizedSceneLayoutRenderer
|
||||
}
|
||||
}
|
||||
|
||||
trace("dependency scan time", getTimer() - startTime, "ms");
|
||||
//trace("dependency scan time", getTimer() - startTime, "ms");
|
||||
|
||||
// Set the childrens' depth, using dependency ordering
|
||||
for each (var obj:IsoDisplayObject in children) {
|
||||
@@ -124,7 +124,7 @@ public class PrioritizedSceneLayoutRenderer
|
||||
_visited = null;
|
||||
_dependencies = null;
|
||||
|
||||
trace("scene layout render time", getTimer() - startTime, "ms (manual sort)");
|
||||
//trace("scene layout render time", getTimer() - startTime, "ms (manual sort)");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user