Definition at line 211 of file wave_simulation.cpp.
211 {
214 const bool has_updates = min_max != vec2<i16>(0, 0);
216 if (has_updates) {
217
220 for (u32
x = 0;
x < w; ++
x) {
221 for (u32
y = 0;
y < h; ++
y) {
223 if (v16 != 0) {
225 }
226 }
227 }
228 }
230 }
231
233 } else {
234
237 }
238 }
239}
fl::Grid< i16 > mChangeGrid
fl::unique_ptr< WaveSimulation2D_Real > mSim
References mChangeGrid, mExtraFrames, mSim, mUseChangeGrid, x, and y.