Explorar o código

[lua] Closes #739, forgot math_min/max assignemnts

badlogic %!s(int64=9) %!d(string=hai) anos
pai
achega
6eb86fd3a1
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      spine-lua/Skeleton.lua

+ 2 - 0
spine-lua/Skeleton.lua

@@ -40,6 +40,8 @@ local Color = require "spine-lua.Color"
 local setmetatable = setmetatable
 local ipairs = ipairs
 local table_insert = table.insert
+local math_min = math.min
+local math_max = math.max
 
 local Skeleton = {}
 Skeleton.__index = Skeleton