diff options
author | 2016-09-10 10:53:12 +0200 | |
---|---|---|
committer | 2016-09-10 10:53:48 +0200 | |
commit | 3e0d522bcec17be3e566586cba4db47f7b319b02 (patch) | |
tree | 051b6f83ea4f0963b45c7b3272d4424c1a9df7ad /bgfx | |
parent | cfc0aa49d3ab3bdcc6eae862cb998cfb295f684a (diff) |
Fix GH#1364 [tabbycat12]
Diffstat (limited to 'bgfx')
-rw-r--r-- | bgfx/chains/crt-geom-deluxe.json | 2 | ||||
-rw-r--r-- | bgfx/chains/crt-geom.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bgfx/chains/crt-geom-deluxe.json b/bgfx/chains/crt-geom-deluxe.json index b9a4b67820c..49b91437818 100644 --- a/bgfx/chains/crt-geom-deluxe.json +++ b/bgfx/chains/crt-geom-deluxe.json @@ -77,7 +77,7 @@ { "type": "vec2", "name": "angle", "text": "Tilt ", - "default": [ 0.0,-0.05 ], + "default": [ 0.0, 0.0 ], "max" : [ 1.0, 1.0 ], "min" : [-1.0,-1.0 ], "step" : 0.01, diff --git a/bgfx/chains/crt-geom.json b/bgfx/chains/crt-geom.json index a8187319157..c8bc2a2e2ab 100644 --- a/bgfx/chains/crt-geom.json +++ b/bgfx/chains/crt-geom.json @@ -41,7 +41,7 @@ { "type": "vec2", "name": "angle", "text": "Tilt ", - "default": [ 0.0,-0.05 ], + "default": [ 0.0, 0.0 ], "max" : [ 1.0, 1.0 ], "min" : [-1.0,-1.0 ], "step" : 0.01, |