Skip to content

Commit

Permalink
don't write blockgen to disk with skelgen...
Browse files Browse the repository at this point in the history
  • Loading branch information
twak committed Jul 27, 2020
1 parent df28996 commit 1bff71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/twak/tweed/gen/skel/SkelGen.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

public class SkelGen extends Gen implements IDumpObjs, ICanSave {

public BlockGen blockGen;
public transient BlockGen blockGen;

public HalfMesh2 block = null;

Expand Down

0 comments on commit 1bff71e

Please sign in to comment.