Skip to content

Commit b9743ba

Browse files
committed
Working on color.
1 parent 69b779c commit b9743ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GraphicsColor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public extension AndroidGraphicsColor {
289289
__args[1] = jvalue(f: jfloat(red))
290290
__args[2] = jvalue(f: jfloat(green))
291291
__args[3] = jvalue(f: jfloat(blue))
292-
292+
293293
let __return = JNIMethod.CallStaticIntMethod(className: JNICache.className,
294294
classCache: &JNICache.jniClass,
295295
methodName: "argb",

0 commit comments

Comments
 (0)