FastLED 3.9.15
Loading...
Searching...
No Matches

◆ update()

void fl::WaveSimulation2D::update ( )

Definition at line 161 of file wave_simulation.cpp.

161 {
162 sim->update();
163 for (uint8_t i = 0; i < extraFrames; ++i) {
164 sim->update();
165 }
166}
fl::scoped_ptr< WaveSimulation2D_Real > sim

References extraFrames, and sim.