Skip to content

Commit

Permalink
Remove Lua fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flashultra committed Dec 17, 2024
1 parent 5ee77da commit 194cd6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion std/lua/_lua/_hx_bit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ end
_hx_bit.bor = function(...) return _hx_bit_clamp(_hx_bit_raw.bor(...)) end
_hx_bit.band = function(...) return _hx_bit_clamp(_hx_bit_raw.band(...)) end
_hx_bit.arshift = function(...) return _hx_bit_clamp(_hx_bit_raw.arshift(...)) end
_hx_bit.lshift = function(...) return _hx_bit_clamp(_hx_bit_raw.lshift(...)) end

0 comments on commit 194cd6f

Please sign in to comment.