From 16e38431a733e0bd86ac0c1a395c61983b0b7079 Mon Sep 17 00:00:00 2001 From: imashnake0 Date: Fri, 27 Dec 2024 19:07:19 -0500 Subject: [PATCH] Oops --- core/src/main/kotlin/com/imashnake/animite/core/Constants.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/kotlin/com/imashnake/animite/core/Constants.kt b/core/src/main/kotlin/com/imashnake/animite/core/Constants.kt index 7d02a770..d13eeb54 100644 --- a/core/src/main/kotlin/com/imashnake/animite/core/Constants.kt +++ b/core/src/main/kotlin/com/imashnake/animite/core/Constants.kt @@ -5,5 +5,5 @@ object Constants { const val CROSSFADE_DURATION = 500 const val MEDIA_TYPE = "mediaType" - const val PASTELIZE_RATIO = 0.1f + const val PASTELIZE_RATIO = 0.05f }