Changeset 315 for trunk/thune/gl
- Timestamp:
- 12/03/06 07:39:11 (2 years ago)
- Files:
-
- 1 modified
-
trunk/thune/gl/draw_list.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/gl/draw_list.c
r312 r315 386 386 387 387 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) ) 389 389 { 390 390 GLfloat eye[16]; … … 773 773 pc += 2; 774 774 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) && 776 776 _state.vertVals ) 777 777 {
