Skip to content

Commit

Permalink
CreateColors and CreateScatter should default to true
Browse files Browse the repository at this point in the history
StollD committed Aug 9, 2018
1 parent 2c78400 commit 69c9957
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -34,8 +34,8 @@ namespace PatchedMods
public class PQSLandControlPatched : PQSLandControl
{
// Where is the point in having variables if they are set to true automatically anyway?
public Boolean reallyCreateColors;
public Boolean reallyCreateScatter;
public Boolean reallyCreateColors = true;
public Boolean reallyCreateScatter = true;

public override void OnVertexBuild(PQS.VertexBuildData data)
{

0 comments on commit 69c9957

Please sign in to comment.