Minor modification.

This commit is contained in:
Viktor Kovacs 2021-04-15 14:54:47 +02:00
parent bc74ed9b04
commit 79207aa413

View File

@ -61,7 +61,7 @@ OV.ImporterBase = class
return OV.Direction.Z;
}
ImportContent (content, onFinish)
ImportContent (fileContent, onFinish)
{
}