fixed compile issue in xtranscompressed
This commit is contained in:
parent
f2bef65be1
commit
d8baa48e13
@ -771,5 +771,5 @@ void CLASS parse_xtrans_header()
|
|||||||
raw_width = h_raw_width;
|
raw_width = h_raw_width;
|
||||||
raw_height = h_raw_height;
|
raw_height = h_raw_height;
|
||||||
data_offset += 16;
|
data_offset += 16;
|
||||||
load_raw = &xtrans_compressed_load_raw;
|
load_raw = &CLASS xtrans_compressed_load_raw;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user