Update angle_t type.
Typically to avoid few overflows.
This commit is contained in:
parent
243df30e08
commit
bbefecc258
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ extern const byte gammatable[5][256];
|
|||
#define SLOPEBITS 11
|
||||
#define DBITS (FRACBITS-SLOPEBITS)
|
||||
|
||||
typedef unsigned angle_t;
|
||||
typedef unsigned int angle_t;
|
||||
|
||||
|
||||
// Effective size is 2049;
|
||||
|
|
|
|||
Loading…
Reference in a new issue