mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:37:08 +00:00
Fix binary bundling of delta spread
This commit is contained in:
@@ -136,7 +136,7 @@ function bundle (json, opts = {}) {
|
||||
});
|
||||
values.push({
|
||||
// Spread
|
||||
key: el => (el.meta?.raw?.smsrc?.spread ?? 0) * 10,
|
||||
key: el => (el.meta?.raw?.smsrc?.spread ?? 0), // Spread is already × 10
|
||||
type: Uint8Array
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user