Skip to content

Commit

Permalink
fix: missing tex. mode control
Browse files Browse the repository at this point in the history
  • Loading branch information
bdancer committed Feb 16, 2016
1 parent c138d61 commit 69c2007
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions textures/TexTriPlanar.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"items": [
[
"0",
"Same texture on all axes",
"Same Texture On All Axes",
""
],
[
"1",
"Different texture on each axis",
"Different Texture On Each Axis",
""
]
],
Expand Down Expand Up @@ -202,6 +202,14 @@
}
],
"Widget": {
"node_widgets": [
{
"attrs": [
{ "name": "texture_mode", "label" : "" }
],
"layout": "COLUMN"
}
],
"widgets": [
{
"attrs": [
Expand Down

0 comments on commit 69c2007

Please sign in to comment.