Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* big_table is unsigned short, so cast (float * char * char) * 1.0 is double, but tg_big_create expects float, so change constant to 1.0f * ascore: warning C4146: unary minus operator applied to unsigned type, result still unsigned so I changed it to -1 * ascore.
- Loading branch information