Fixed copypaste error

pull/3541/head
Max Vollmer 2020-12-14 17:01:42 +00:00
parent 1db51503d8
commit a15adc9fbc
1 changed files with 1 additions and 1 deletions

View File

@ -1084,7 +1084,7 @@ struct AnimationSamplers {
Animation::Sampler *weight;
};
aiNodeAnim *CreateNodeAnim(glTF2::Asset &r, Node &node, AnimationSamplers &samplers) {
aiNodeAnim *CreateNodeAnim(glTF2::Asset&, Node &node, AnimationSamplers &samplers) {
aiNodeAnim *anim = new aiNodeAnim();
try {