Fix typo.

This commit is contained in:
kovacsv 2022-01-13 21:35:00 +01:00
parent c1e79b7649
commit 576cdab3ba

View File

@ -543,7 +543,7 @@ export class ImporterGltf extends ImporterBase
}
}
if (buffer === null) {
this.SetError ('One of the requested buffers is missing.');
this.SetError ('One of the requested buffers is missing.');
onFinish ();
return;
}