Hi, i have a question, i wondering what sequent line do:

index %= 49; // limit the "index" value

Whether it's equal to:

if(index == 49)index = 0;

?

I want to understand what %= realy does smile


The smaller the bug, the harder it is to kill.
_________________________________________
Forklift DEMO (3dgs)