Skip to content

Instantly share code, notes, and snippets.

@leonlee
Created April 3, 2014 02:17
Show Gist options
  • Save leonlee/9947159 to your computer and use it in GitHub Desktop.
Save leonlee/9947159 to your computer and use it in GitHub Desktop.
wrong i
for (var j:int = 0; j < lengthItem; j++) {
sumItem += items[i].qty;
}
@leonlee
Copy link
Author

leonlee commented Apr 3, 2014

/gamewatcher/scenes/SceneBattle.as Ln: 740

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment