Process renamed to update to be more inline with naming of raylib and common convention.
This commit is contained in:
@@ -17,7 +17,7 @@ function bitlib.getBit( v, i )
|
||||
return false
|
||||
end
|
||||
|
||||
return v & ( 1 << i ) > 0
|
||||
return 0 < v & ( 1 << i )
|
||||
end
|
||||
|
||||
return bitlib
|
||||
|
||||
Reference in New Issue
Block a user