summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-12-05 09:21:26 +0800
committerchai <chaifix@163.com>2019-12-05 09:21:26 +0800
commit8e684dc0c76708e3174f005aebcaabc144b85500 (patch)
treed7803e49ee1fdb5575128114d19499787f870c00 /src/util
parent2e82e2ddd0852b8063a3d6645366f53ee844e273 (diff)
*背面剔除
Diffstat (limited to 'src/util')
-rw-r--r--src/util/type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/type.h b/src/util/type.h
index 709cb32..f62bbfa 100644
--- a/src/util/type.h
+++ b/src/util/type.h
@@ -2,6 +2,6 @@
#define _SOFTSHADEROOM_TYPE_H_
typedef unsigned int uint;
-typedef int bool;
+typedef unsigned char bool;
#endif \ No newline at end of file