Skip to content

Commit

Permalink
fix: convert radian to degree value for mip rotation (OHIF#3881)
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun authored and thanh-nguyen-dang committed Apr 30, 2024
1 parent 443a425 commit b93ff6f
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 b93ff6f

Please sign in to comment.