[SOLVED] Photon not updating with new code

It worked! I solved my problem like this:

if(System.updatesPending()) {
    while(true) {
        Particle.process();
    }
}

Thanks @peekay123 and @harrisonhjones for the help! Weird, those first 2 tries should have worked…

3 Likes