Ignore:
Timestamp:
08/26/14 04:03:10 (11 years ago)
Author:
epyon
Message:
  • nova now compiles again under all three compilers with -Winsane and no warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gl/gl_device.cc

    r319 r323  
    132132        texture result = m_textures.create();
    133133        gl_texture_info* info = m_textures.get( result );
    134         info->format  = aformat;
    135         info->sampler = asampler;
    136         info->size    = size;
    137         info->glid    = glid;
     134        info->format   = aformat;
     135        info->tsampler = asampler;
     136        info->size     = size;
     137        info->glid     = glid;
    138138        return result;
    139139}
Note: See TracChangeset for help on using the changeset viewer.