diff options
author | aiju <devnull@localhost> | 2018-10-16 18:35:47 +0000 |
---|---|---|
committer | aiju <devnull@localhost> | 2018-10-16 18:35:47 +0000 |
commit | d31f6261b33c5bff12243b05ec752887dbffe019 (patch) | |
tree | ea0faa65e5202fe9c3a5041fafa636019c11dde9 /sys/src/libttf | |
parent | 2d221e61e3820a007ff2204adb73ad3ab27010c6 (diff) |
libttf: dont unset LOOP in SHC
Diffstat (limited to 'sys/src/libttf')
-rw-r--r-- | sys/src/libttf/hint.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/libttf/hint.c b/sys/src/libttf/hint.c index 2b68db2a8..951762054 100644 --- a/sys/src/libttf/hint.c +++ b/sys/src/libttf/hint.c @@ -1443,7 +1443,6 @@ h_shc(Hint *h) n = forceproject(h, p, dp + d); setpoint(h, ZP2, i, n); } - h->f->loop = 1; } static void (*itable[256])(Hint *) = { |