added lshift polyfill
This commit is contained in:
parent
24d9268b4a
commit
57bf49bea9
@ -45,8 +45,7 @@ bit.tohex = function(x,n)
|
||||
end
|
||||
|
||||
bit.lshift = function(x,n)
|
||||
print("ERROR: Tell a dev to implement: bit.lshift")
|
||||
error()
|
||||
return bit.blshift(x,n);
|
||||
end
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user