mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 17:56:04 +08:00
[lua] Closes #739, forgot math_min/max assignemnts
This commit is contained in:
parent
e93e9e77c4
commit
6eb86fd3a1
@ -40,6 +40,8 @@ local Color = require "spine-lua.Color"
|
|||||||
local setmetatable = setmetatable
|
local setmetatable = setmetatable
|
||||||
local ipairs = ipairs
|
local ipairs = ipairs
|
||||||
local table_insert = table.insert
|
local table_insert = table.insert
|
||||||
|
local math_min = math.min
|
||||||
|
local math_max = math.max
|
||||||
|
|
||||||
local Skeleton = {}
|
local Skeleton = {}
|
||||||
Skeleton.__index = Skeleton
|
Skeleton.__index = Skeleton
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user