From 3f3a5aa5b18b9e51437a826162a378d743609bb7 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 30 Dec 2018 17:23:43 -0800 Subject: [PATCH] changed offsets to signed from unsigned --- formats/dc6/dc6.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/formats/dc6/dc6.go b/formats/dc6/dc6.go index f14f792..89dbc2f 100644 --- a/formats/dc6/dc6.go +++ b/formats/dc6/dc6.go @@ -20,8 +20,8 @@ type frameHeader struct { Flip uint32 Width uint32 Height uint32 - OffsetX uint32 - OffsetY uint32 + OffsetX int32 + OffsetY int32 _ uint32 // unused: allocSize _ uint32 // unused: nextBlock Length uint32