summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx
diff options
context:
space:
mode:
author therealmogminer@gmail.com <therealmogminer@gmail.com>2016-09-10 10:53:12 +0200
committer therealmogminer@gmail.com <therealmogminer@gmail.com>2016-09-10 10:53:48 +0200
commit3e0d522bcec17be3e566586cba4db47f7b319b02 (patch)
tree051b6f83ea4f0963b45c7b3272d4424c1a9df7ad /bgfx
parentcfc0aa49d3ab3bdcc6eae862cb998cfb295f684a (diff)
Fix GH#1364 [tabbycat12]
Diffstat (limited to 'bgfx')
-rw-r--r--bgfx/chains/crt-geom-deluxe.json2
-rw-r--r--bgfx/chains/crt-geom.json2
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,