istereo2

diff src/istereo.c @ 18:25d821ab1ca2

fixed ios bugs
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 01 Oct 2015 08:36:55 +0300
parents f4dd01c36b0c
children 2b85d05df3f2
line diff
     1.1 --- a/src/istereo.c	Thu Oct 01 08:03:43 2015 +0300
     1.2 +++ b/src/istereo.c	Thu Oct 01 08:36:55 2015 +0300
     1.3 @@ -63,7 +63,7 @@
     1.4  float text_period = 13.0;
     1.5  float text_speed = 2.2;
     1.6  
     1.7 -float split = 0.5275;
     1.8 +float split = 0.4725;
     1.9  
    1.10  int init(void)
    1.11  {