Skip to content

Commit

Permalink
Release 0.0.4 !
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyettinger committed Oct 2, 2022
1 parent 6941863 commit 0d29d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/com/github/tommyettinger/SpotVox.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import java.io.IOException;

public class SpotVox extends ApplicationAdapter {
public static final boolean DEBUG = true;
public static final boolean DEBUG = false;
public Renderer renderer;
public String name;
public byte[][][] voxels;
Expand Down

0 comments on commit 0d29d45

Please # to comment.