A small typo

This commit is contained in:
Elmom 2010-07-26 09:13:34 +03:00
parent cc49f67109
commit 4063268387

View file

@ -18,9 +18,9 @@ Aluminum = [0.77, 0.77, 0.8];
Brass = [0.88, 0.78, 0.5]; Brass = [0.88, 0.78, 0.5];
// Example, uncomment to view // Example, uncomment to view
//demo(); //color_demo();
module nema_demo(){ module color_demo(){
// Wood // Wood
colorTest(Oak, 0, 0); colorTest(Oak, 0, 0);
colorTest(Pine, 1, 0); colorTest(Pine, 1, 0);