Skip to content
Snippets Groups Projects
Commit 56398620 authored by Richard Davey's avatar Richard Davey
Browse files

Update GenerateGridVerts.js

parent 2801d3d8
Branches
Tags v3.50.0-beta.8
No related merge requests found
......@@ -48,7 +48,7 @@ var GenerateGridVerts = function (config)
var mesh = GetFastValue(config, 'mesh');
var texture = GetFastValue(config, 'texture', (mesh) ? mesh.texture : null);
var frame = GetFastValue(config, 'frame');
var width = GetFastValue(config, 'width', 128);
var width = GetFastValue(config, 'width', 1);
var height = GetFastValue(config, 'height', width);
var widthSegments = GetFastValue(config, 'widthSegments', 1);
var heightSegments = GetFastValue(config, 'heightSegments', widthSegments);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment