Skip to content

Commit 5639862

Browse files
committed
Update GenerateGridVerts.js
1 parent 2801d3d commit 5639862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/geom/mesh/GenerateGridVerts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var GenerateGridVerts = function (config)
4848
var mesh = GetFastValue(config, 'mesh');
4949
var texture = GetFastValue(config, 'texture', (mesh) ? mesh.texture : null);
5050
var frame = GetFastValue(config, 'frame');
51-
var width = GetFastValue(config, 'width', 128);
51+
var width = GetFastValue(config, 'width', 1);
5252
var height = GetFastValue(config, 'height', width);
5353
var widthSegments = GetFastValue(config, 'widthSegments', 1);
5454
var heightSegments = GetFastValue(config, 'heightSegments', widthSegments);

0 commit comments

Comments
 (0)