Skip to content

Commit

Permalink
convert radian to degree value for mip rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed Jan 6, 2024
1 parent eb7c950 commit ae27db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modes/tmtv/src/initToolGroups.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function _initToolGroups(toolNames, Enums, toolGroupService, commandsManager) {
{
toolName: toolNames.VolumeRotateMouseWheel,
configuration: {
rotateIncrementDegrees: 0.1,
rotateIncrementDegrees: 5,
},
},
{
Expand Down

0 comments on commit ae27db2

Please sign in to comment.