Code review comment for lp:~aacid/unity8/card_optimizations

Revision history for this message
MichaƂ Sawicz (saviq) wrote :

8 + -iterations 1000

Doesn't that affect all tests?

=====

632 + function init() {
633 + wait(1);
634 + }

Please reorder so that init() is at the top.

=====

637 + currentModel = data.model
638 + cardRepeater.model = 1
639 + cardRepeater.model = 0

Missing semicolons.

review: Needs Fixing

« Back to merge proposal