Fix nil angle (#3266)

This commit is contained in:
thegrb93 2025-02-18 14:52:47 -05:00 committed by GitHub
parent 03162ba839
commit 62d6a66461
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@ local hasObject = EGP.HasObject
local egp_create = EGP.Create local egp_create = EGP.Create
local isAllowed = EGP.IsAllowed local isAllowed = EGP.IsAllowed
local isEGPObject = EGP.IsEGPObject local isEGPObject = EGP.IsEGPObject
local angle_origin = Angle()
-- Table of allowed arguments and their types -- Table of allowed arguments and their types
local EGP_ALLOWED_ARGS = local EGP_ALLOWED_ARGS =