diff options
| author | jussi | 2024-07-02 20:49:25 +0300 |
|---|---|---|
| committer | jussi | 2024-07-02 20:49:25 +0300 |
| commit | 61c932f2605aac5a8fef4264087e9ea8f86c6760 (patch) | |
| tree | f5bbf509317bd86ad25588456370844c58a1526a /examples/resources/lib/vector3.lua | |
| parent | fd18b5526e0c2b058f175ba140258549fec09098 (diff) | |
| download | reilua-enhanced-61c932f2605aac5a8fef4264087e9ea8f86c6760.tar.gz reilua-enhanced-61c932f2605aac5a8fef4264087e9ea8f86c6760.tar.bz2 reilua-enhanced-61c932f2605aac5a8fef4264087e9ea8f86c6760.zip | |
GetMouseOffset and GetMouseScale.
Diffstat (limited to 'examples/resources/lib/vector3.lua')
| -rw-r--r-- | examples/resources/lib/vector3.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/resources/lib/vector3.lua b/examples/resources/lib/vector3.lua index 216962e..3706017 100644 --- a/examples/resources/lib/vector3.lua +++ b/examples/resources/lib/vector3.lua @@ -3,7 +3,7 @@ if table.unpack == nil then table.unpack = unpack end -local Vector2 = require( "vector2" ) +local Vector2 = Vector2 or require( "vector2" ) local Vector3 = {} local metatable = { |
