瀏覽代碼

Actually use DT_HASH_SIZE

Léo Gaspard 8 年之前
父節點
當前提交
cf00655025
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dtext.h

+ 1 - 1
dtext.h

@@ -24,7 +24,7 @@ typedef struct {
 	size_t allocated;
 } dt_row;
 
-#define DT_HASH_SIZE 1
+#define DT_HASH_SIZE 128
 typedef struct {
 	FT_Face face;