Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unused local variable
  • Loading branch information
matthewdean committed Jan 30, 2024
commit a9e0fcba30e13741d6088e64a2a1bd4f07f0a349
1 change: 0 additions & 1 deletion lua/mixbox.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ local min = math.min
local max = math.max
local pow = math.pow
local int = math.floor
local round = math.round
local lut

function lerp(color1, color2, t)
Expand Down