Skip to content
Snippets Groups Projects
Commit b3000136 authored by Graham Madarasz (Graham)'s avatar Graham Madarasz (Graham)
Browse files

NORSPEC-186 clamp norm/spec map rotations to 0-360 until we can fix the server...

NORSPEC-186 clamp norm/spec map rotations to 0-360 until we can fix the server side issue with negative rotations
parent 46c3c7f7
No related branches found
No related tags found
No related merge requests found
...@@ -644,8 +644,8 @@ ...@@ -644,8 +644,8 @@
layout="topleft" layout="topleft"
label_width="205" label_width="205"
left="10" left="10"
max_val="9999" max_val="360"
min_val="-9999" min_val="0"
name="bumpyRot" name="bumpyRot"
width="265" /> width="265" />
...@@ -707,8 +707,8 @@ ...@@ -707,8 +707,8 @@
layout="topleft" layout="topleft"
label_width="205" label_width="205"
left="10" left="10"
max_val="9999" max_val="360"
min_val="-9999" min_val="0"
name="shinyRot" name="shinyRot"
width="265" /> width="265" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment