fix: glz图像bug修复

This commit is contained in:
2024-03-10 08:35:37 +08:00
parent 28b591d7a7
commit 0ab683ba60
6 changed files with 12 additions and 12 deletions

View File

@@ -23,6 +23,6 @@ enum state_type_e {
extern enum state_type_e state_type;
#define CROSS_AIM (0.49f)
#define COMMON_AIM (0.31f)
#define COMMON_AIM (0.25f)
#endif /* STATE_H_ */