Fix GH#1364 [tabbycat12]

This commit is contained in:
therealmogminer@gmail.com 2016-09-10 10:53:12 +02:00
parent cfc0aa49d3
commit 3e0d522bce
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@
{ "type": "vec2", { "type": "vec2",
"name": "angle", "name": "angle",
"text": "Tilt ", "text": "Tilt ",
"default": [ 0.0,-0.05 ], "default": [ 0.0, 0.0 ],
"max" : [ 1.0, 1.0 ], "max" : [ 1.0, 1.0 ],
"min" : [-1.0,-1.0 ], "min" : [-1.0,-1.0 ],
"step" : 0.01, "step" : 0.01,

View File

@ -41,7 +41,7 @@
{ "type": "vec2", { "type": "vec2",
"name": "angle", "name": "angle",
"text": "Tilt ", "text": "Tilt ",
"default": [ 0.0,-0.05 ], "default": [ 0.0, 0.0 ],
"max" : [ 1.0, 1.0 ], "max" : [ 1.0, 1.0 ],
"min" : [-1.0,-1.0 ], "min" : [-1.0,-1.0 ],
"step" : 0.01, "step" : 0.01,