added lshift polyfill

This commit is contained in:
Djeeberjr 2022-03-13 22:28:48 +01:00
parent 24d9268b4a
commit 57bf49bea9

View File

@ -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