fix: convert radian to degree value for mip rotation (#3881)

This commit is contained in:
Salim Kanoun 2024-01-08 19:09:22 +01:00 committed by GitHub
parent b5dc9047ba
commit bf846c94c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ function _initToolGroups(toolNames, Enums, toolGroupService, commandsManager) {
{
toolName: toolNames.VolumeRotateMouseWheel,
configuration: {
rotateIncrementDegrees: 0.1,
rotateIncrementDegrees: 5,
},
},
{