bb4 / bb4-simulations

A collection of java simulations. Examples include reaction diffusion, fractals, henon phase exploration, snakes, dice, and fluid flow.
MIT License
5 stars 2 forks source link

Cave static/noise when moving ui controls #15

Closed barrybecker4 closed 5 years ago

barrybecker4 commented 7 years ago

The rendering gets all staticy and messed up when moving the controls on the right, or when dragging the cursor to decrease cave height.

barrybecker4 commented 7 years ago

Fixed by making the render method synchronized. When dragging we were calling render many times before the last call finished.

barrybecker4 commented 5 years ago

fixed