Definition at line 198 of file wave_simulation.cpp.
198 {
199 const vec2<int16_t> min_max =
mChangeGrid.minMax();
200 const bool has_updates = min_max != vec2<int16_t>(0, 0);
202 if (has_updates) {
203
206 for (uint32_t
x = 0;
x < w; ++
x) {
207 for (uint32_t
y = 0;
y < h; ++
y) {
209 if (v16 != 0) {
211 }
212 }
213 }
214 }
216 }
217
219}
fl::Grid< int16_t > mChangeGrid
fl::scoped_ptr< WaveSimulation2D_Real > mSim
References mChangeGrid, mExtraFrames, mSim, x, and y.