Changeset 315 for trunk/thune/gl

Show
Ignore:
Timestamp:
12/03/06 07:39:11 (2 years ago)
Author:
krobillard
Message:

Thune GL updated for renamed ur_vector macro.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/gl/draw_list.c

    r312 r315  
    386386 
    387387        val = ctxCells + CAM_CTX_ORIENT; 
    388         if( ur_is(val, UT_VECTOR) && (ur_arrayDT(val) == UT_DECIMAL) ) 
     388        if( ur_is(val, UT_VECTOR) && (ur_vectorDT(val) == UT_DECIMAL) ) 
    389389        { 
    390390            GLfloat eye[16]; 
     
    773773                pc += 2; 
    774774                if( ur_is(pc-1, UT_WORD) && 
    775                     ur_is(pc, UT_VECTOR) && (ur_arrayDT(pc) == UT_INT) && 
     775                    ur_is(pc, UT_VECTOR) && (ur_vectorDT(pc) == UT_INT) && 
    776776                    _state.vertVals ) 
    777777                {