diff options
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, |