Letractively / pony-sdk

Automatically exported from code.google.com/p/pony-sdk
0 stars 0 forks source link

Deffered instructions flush to the end of drawing loop to avoid sending useless instructions #72

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
PLabel label = new PLabel();
label.setText("State1");
label.setText("State2");

=> must generate only 1 instruction

Original issue reported on code.google.com by nicolas....@gmail.com on 24 May 2012 at 4:25