Closed barrybecker4 closed 5 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.
Fixed by making the render method synchronized. When dragging we were calling render many times before the last call finished.
fixed
The rendering gets all staticy and messed up when moving the controls on the right, or when dragging the cursor to decrease cave height.