From e7c42dd0676ea7078aaef263c4d135a8ecc4169b Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Sat, 15 May 2021 11:49:00 +0200 Subject: [PATCH] Build fix. --- source/model/modelutils.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/model/modelutils.js b/source/model/modelutils.js index fc0f3e0..61789b2 100644 --- a/source/model/modelutils.js +++ b/source/model/modelutils.js @@ -220,8 +220,3 @@ OV.EnumerateModelTrianglesWithNormals = function (model, onTriangle) } } }; - -OV.IsModelClosed () -{ - -};