Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType Demo Programs
Commits:
-
cd17f4c4
by Alexei Podtelezhnikov (Алексей Подтележников) at 2024-12-18T19:18:35+00:00
1 changed file:
Changes:
... | ... | @@ -1134,8 +1134,8 @@ |
1134 | 1134 | int frc, exp;
|
1135 | 1135 | |
1136 | 1136 | |
1137 | - if ( ( step > 0 && status.scale > 8.0f * status.scale_0 ) ||
|
|
1138 | - ( step < 0 && status.scale * 8.0f < status.scale_0 ) )
|
|
1137 | + if ( ( step > 0 && status.scale > 16.0f * status.scale_0 ) ||
|
|
1138 | + ( step < 0 && status.scale * 16.0f < status.scale_0 ) )
|
|
1139 | 1139 | return;
|
1140 | 1140 | |
1141 | 1141 | /* The floating scale is reversibly adjusted after decomposing it */
|