Bug 648 : in 129 pixels does not work in basic mode
Last modified: 2007-10-20 04:54




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P2
Severity:
normal

 

Reporter:
fjen
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2007-10-20 02:15
rev 0129, os-x 10.4 powerbook g4

can't use pixels array in basic mode, example:

size( 200, 200 );

loadPixels();

for ( int iy = 0 ; iy < height; iy++ )
{
for ( int ix = 0 ; ix < width; ix++ )
{
pixels[ix + iy*width] = color( 0 );
}
}

updatePixels();
Additional Comment #1 From fry 2007-10-20 04:54
fixed for 0130 (online in 30 mins or so), thanks for the report.