From 6c43ac77dcfcb85b9a29ddac8547ef7eb69d3937 Mon Sep 17 00:00:00 2001 From: hwc487 Date: Tue, 12 Jun 2012 16:43:03 -0700 Subject: Moved Flat material to the top of the drop down. --- js/models/materials-model.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/models/materials-model.js b/js/models/materials-model.js index c3b111f4..95f152e3 100755 --- a/js/models/materials-model.js +++ b/js/models/materials-model.js @@ -48,11 +48,11 @@ exports.MaterialsModel = Montage.create(Component, { deserializedFromTemplate: { value: function() { // Load all the materials + this.addMaterial(new FlatMaterial()); this.addMaterial(new BumpMetalMaterial()); this.addMaterial(new CloudMaterial()); this.addMaterial(new DeformMaterial()); this.addMaterial(new FlagMaterial()); - this.addMaterial(new FlatMaterial()); this.addMaterial(new FlyMaterial()); this.addMaterial(new JuliaMaterial()); this.addMaterial(new KeleidoscopeMaterial()); -- cgit v1.2.3