Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Asguho committed May 15, 2024
1 parent 3d17bfb commit c274f0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added demo/png.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion demo/src/main/java/com/example/FractalCanvas.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public long getMagnificationFactor() {

public void draw() {
if (!lastImageInputHash.equals(getInputHash())) {
img = sobelEdgeDetection(mandelbrot(resolutionFactor));
img = mandelbrot(resolutionFactor);
lastImageInputHash = getInputHash();
}
System.err.println(shouldDrawChunks);
Expand Down

0 comments on commit c274f0f

Please sign in to comment.