mirror of
https://github.com/CTurt/dsgmLib.git
synced 2025-06-19 07:05:37 -04:00
MD2 default speed gives maximum interpolation
This commit is contained in:
parent
693ba03fcd
commit
932b7cef04
@ -441,7 +441,7 @@ void DSGM_InitModelInstance(DSGM_ModelInstance *mi, DSGM_Model *mdl) {
|
|||||||
mi->interpCounter = 0;
|
mi->interpCounter = 0;
|
||||||
mi->currentFrame = 0;
|
mi->currentFrame = 0;
|
||||||
mi->nextFrame = 0;
|
mi->nextFrame = 0;
|
||||||
mi->animationSpeed = 4;
|
mi->animationSpeed = 1;
|
||||||
mi->palette = NULL;
|
mi->palette = NULL;
|
||||||
mi->model = mdl;
|
mi->model = mdl;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user