summaryrefslogtreecommitdiff
path: root/examples/resources/lib/boundingBox.lua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/resources/lib/boundingBox.lua')
-rw-r--r--examples/resources/lib/boundingBox.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/resources/lib/boundingBox.lua b/examples/resources/lib/boundingBox.lua
index da79875..cc29fab 100644
--- a/examples/resources/lib/boundingBox.lua
+++ b/examples/resources/lib/boundingBox.lua
@@ -3,7 +3,7 @@ if table.unpack == nil then
table.unpack = unpack
end
-local Vector3 = require( "vector3" )
+local Vector3 = Vector3 or require( "vector3" )
local BoundingBox = {}
local metatable = {