BIG FORMATING COMMIT
This commit is contained in:
@@ -22,7 +22,7 @@ enum abstract Color(Int) from cc.Colors.Color to cc.Colors.Color {
|
||||
|
||||
@:op(A + B)
|
||||
@:op(A | B)
|
||||
public inline function combine(rhs: Color):BundleMask {
|
||||
public inline function combine(rhs:Color):BundleMask {
|
||||
return this | rhs;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user