mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 06:25:03 +00:00
Revert "[MultiVarStore] Micro-optimize"
This reverts commit 13d98f1ded
.
This broke bots. I don't fully understand why tests pass locally.
This commit is contained in:
parent
13d98f1ded
commit
827be1b23c
1 changed files with 0 additions and 6 deletions
|
@ -2576,12 +2576,6 @@ struct VarRegionList
|
|||
for (unsigned int i = 0; i < count; i++)
|
||||
{
|
||||
int coord = i < coord_len ? coords[i] : 0;
|
||||
if (coord == 0)
|
||||
{
|
||||
if (cache)
|
||||
*cached_value = 0.f;
|
||||
return 0.f;
|
||||
}
|
||||
float factor = axes[i].evaluate (coord);
|
||||
if (factor == 0.f)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue