Definition at line 194 of file wave_simulation.cpp.
194 {
195 const vec2<int16_t> min_max =
mChangeGrid.minMax();
196 const bool has_updates = min_max != vec2<int16_t>(0, 0);
198 if (has_updates) {
199
202 for (uint32_t
x = 0;
x < w; ++
x) {
203 for (uint32_t
y = 0;
y < h; ++
y) {
205 if (v16 != 0) {
207 }
208 }
209 }
210 }
212 }
213
215}
fl::Grid< int16_t > mChangeGrid
fl::scoped_ptr< WaveSimulation2D_Real > mSim
References mChangeGrid, mExtraFrames, mSim, x, and y.