• Show log

    Commit

  • Hash : b0a1dccc
    Author : daniel@transgaming.com
    Date : 2010-06-07T02:06:26

    Fix regression due to float printing changes
    Trac #12501
    
    This was caused by the change from printf to iostream printing.
    Sets the float formatting to "default" which is neither fixed or scientific and request 8 digits of precision.
    This appears to be mostly equivalent to the previous "%.8g".
    If the non-fractional case, we set it to fixed and use 1 unit of precision after the decimal.
    
    Signed-off-by: Andrew Lewycky
    Signed-off-by: Shannon Woods
    Signed-off-by: Ken Russell
    
    git-svn-id: https://angleproject.googlecode.com/svn/trunk@331 736b8ea6-26fd-11df-bfd4-992fa37f6226
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags