Change the alpha

This commit is contained in:
Segcolt 2024-10-12 18:17:02 -03:00
parent 0a8d951cfa
commit 1b976d4d32

View File

@ -8,7 +8,7 @@
#endif #endif
#ifndef ALPHA #ifndef ALPHA
#define ALPHA 0.99 #define ALPHA 0.9999
#endif #endif
int main(int argc, char *argv[]) int main(int argc, char *argv[])