I found some time to debug this mess before my vacation so have fun with 1.1.15. Hopefully it should fix it all. Trivia test. What is the result of this code : float n = 0.35f; log("Test " + (int)(n * 20) + " " + (0.35f * (int)20));  
    • Like
    2