Definition at line 199 of file wave_simulation.cpp.
199 {
201 const bool has_updates = min_max != vec2<i16>(0, 0);
203 if (has_updates) {
204
207 for (u32
x = 0;
x < w; ++
x) {
208 for (u32
y = 0;
y < h; ++
y) {
210 if (v16 != 0) {
212 }
213 }
214 }
215 }
217 }
218
220}
fl::Grid< i16 > mChangeGrid
fl::unique_ptr< WaveSimulation2D_Real > mSim
References mChangeGrid, mExtraFrames, mSim, x, and y.