Removed missed reference to channel invert setting

This commit is contained in:
Digital Artifex
2025-11-25 15:52:12 -05:00
parent 6ee2b3a8b4
commit 6e68d0ed4d

View File

@@ -386,7 +386,6 @@ Rectangle
channel.mipmap = typeof json.mipmap === "boolean" ? json.mipmap : true channel.mipmap = typeof json.mipmap === "boolean" ? json.mipmap : true
channel.blending = typeof json.blending === "boolean" ? json.blending : false channel.blending = typeof json.blending === "boolean" ? json.blending : false
channel.samples = typeof json.samples === "number" ? json.samples : 1 channel.samples = typeof json.samples === "number" ? json.samples : 1
channel.invert = typeof json.invert === "boolean" ? json.invert : false
channel.visible = false channel.visible = false
/* /*