Changeset 503
- Timestamp:
- 02/12/08 17:08:18 (11 months ago)
- Files:
-
- branches/morph-targets/libx42/load.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/morph-targets/libx42/load.c
r501 r503 1013 1013 { 1014 1014 checked_read_packed_floats_s8n( &ret->morphTan[0].tan, 7, h->numMorphDeltas, sizeof( x42morphTangent_t ) ); 1015 for( i = 0; i < h->numMorphDeltas; i++ ) 1016 { 1017 ret->morphTan[0].nfac0 = 0; 1018 ret->morphTan[0].nfac1 = 0; 1019 } 1015 1020 } 1016 1021 else if( h->modelFlags & X42_MF_HAS_TANGENT_BASIS ) … … 1453 1458 { 1454 1459 checked_read_packed_floats_s8n( &ret->morphTan[0].tan, 7, h->numMorphDeltas, sizeof( x42morphTangent_t ) ); 1460 for( i = 0; i < h->numMorphDeltas; i++ ) 1461 { 1462 ret->morphTan[0].nfac0 = 0; 1463 ret->morphTan[0].nfac1 = 0; 1464 } 1455 1465 } 1456 1466 else if( h->modelFlags & X42_MF_HAS_TANGENT_BASIS )
