#76027 - MrK - Fri Mar 17, 2006 8:00 pm
paletted_cube sample seems that no longer works in hardware.
I've tracked the bug down to this:
put this before main
and put this at the start of main
and everything works. It's weird, the nextPBlock variable seems to be initialized in the library... maybe a buffer overrun?
I've tracked the bug down to this:
put this before main
Code: |
extern uint32 nextPBlock; |
and put this at the start of main
Code: |
nextPBlock=0; |
and everything works. It's weird, the nextPBlock variable seems to be initialized in the library... maybe a buffer overrun?