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

◆ update()

void fl::WaveSimulation1D::update ( )

Definition at line 333 of file wave_simulation.cpp.

333 {
334 mSim->update();
335 for (uint8_t i = 0; i < mExtraFrames; ++i) {
336 mSim->update();
337 }
338}
fl::scoped_ptr< WaveSimulation1D_Real > mSim

References mExtraFrames, and mSim.