mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
fix typo
This commit is contained in:
parent
eb2860f756
commit
a13aaa8b0b
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue