Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilo Schulz committed Aug 30, 2010
1 parent eb2860f commit a13aaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/renderer/tr_model.c
Expand Up @@ -562,7 +562,7 @@ static qboolean R_LoadMDR( model_t *mod, void *buffer, int filesize, const char
((float *)frame->bones)[j] = LittleFloat( ((float *)curframe->bones)[j] );
}

curframe = (mdrFrame_t *) &cframe->bones[j];
curframe = (mdrFrame_t *) &curframe->bones[j];
frame = (mdrFrame_t *) &frame->bones[j];
}
}
Expand Down

0 comments on commit a13aaa8

Please sign in to comment.