Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/dxt1divtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/dxt1divtable.c b/extra/dxt1divtable.c
index 756bc4e1..da415081 100644
--- a/extra/dxt1divtable.c
+++ b/extra/dxt1divtable.c
@@ -3,7 +3,7 @@
int main()
{
- for( int i=0; i<255*3; i++ )
+ for( int i=0; i<255*3+1; i++ )
{
// replace 4 with 2 for ARM NEON table
uint32_t range = ( 4 << 16 ) / ( 1+i );