From aefcd4208405101b01f920cc6934aff5d881fc5f Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Sat, 27 Mar 2021 12:56:41 +0100 Subject: [PATCH] Reorder function in importer base class. --- source/import/importerbase.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/import/importerbase.js b/source/import/importerbase.js index 3729961..ae9e584 100644 --- a/source/import/importerbase.js +++ b/source/import/importerbase.js @@ -34,11 +34,6 @@ OV.ImporterBase = class ResetState () { - } - - ImportContent (content) - { - } CanImportExtension (extension) @@ -56,6 +51,11 @@ OV.ImporterBase = class return OV.Direction.Z; } + ImportContent (content) + { + + } + GetModel () { return this.model;