Skip to content

Commit

Permalink
PathExtrude: initialize variable
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Nov 8, 2023
1 parent 117bb6b commit 3048269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion away3d/extrusions/PathExtrude.hx
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ class PathExtrude extends Mesh

var dist:Float = 0;
var tdist:Float;
var bleft:Vector3D;
var bleft:Vector3D = null;
var bu:Float = 0;
var bincu:Float = 0;

Expand Down

0 comments on commit 3048269

Please sign in to comment.