Bugfixes.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3876 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-02-22 03:45:46 +00:00
parent 50e36adb6b
commit 605eca8565
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ public class Streamer
createStreamers();
}
for (var ii :int = 0; ii < _streamers.lenght; ii++) {
for (var ii :int = 0; ii < _streamers.length; ii++) {
if (_streamers[ii].isStreamerFor(obj)) {
return _streamers[ii];
}