mirror of
https://github.com/danbulant/node-x11
synced 2026-06-15 20:51:30 +00:00
fix offset in GenTextures result
This commit is contained in:
parent
17610f899d
commit
e354b8332b
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ exports.requireExt = function(display, callback)
|
|||
function(buf, opt) {
|
||||
var format = Buffer(count);
|
||||
format.fill('L');
|
||||
return buf.unpack(format.toString());
|
||||
return buf.unpack('xxxxxxxxxxxxxxxxxxxxxxxx' + format.toString());
|
||||
},
|
||||
callback
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue