Definition at line 219 of file wave_simulation.cpp.hpp.
219 {
222 const bool has_updates = min_max != vec2<i16>(0, 0);
224 if (has_updates) {
225
228 for (u32
x = 0;
x < w; ++
x) {
229 for (u32
y = 0;
y < h; ++
y) {
231 if (v16 != 0) {
233 }
234 }
235 }
236 }
238 }
239
241 } else {
242
245 }
246 }
247}
fl::Grid< i16 > mChangeGrid
fl::unique_ptr< WaveSimulation2D_Real > mSim
References mChangeGrid, mExtraFrames, mSim, mUseChangeGrid, fl::x, and fl::y.