From 1b554c6572afa4be9ca5bd4f84269a3a55672e0d Mon Sep 17 00:00:00 2001 From: Rustie <64870518+woodcox@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:11:08 +0000 Subject: [PATCH] Deleted duplicate key axisIndex. Deleted duplicate key axisIndex as its defined twice. --- src/tables/variations.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tables/variations.js b/src/tables/variations.js index 0aae61c3..661145be 100644 --- a/src/tables/variations.js +++ b/src/tables/variations.js @@ -45,7 +45,6 @@ export let ItemVariationStore = new r.Struct({ let ConditionTable = new r.VersionedStruct(r.uint16, { 1: { - axisIndex: r.uint16, axisIndex: r.uint16, filterRangeMinValue: F2DOT14, filterRangeMaxValue: F2DOT14