From e48cd4479f832cdd341ab0a289d1b4a88ab21a3c Mon Sep 17 00:00:00 2001 From: nextdaydelivery <79922345+nxtdaydelivery@users.noreply.github.com> Date: Wed, 1 Jun 2022 17:37:49 +0100 Subject: OC-53 should be done but had to push + color utils changed again --- src/main/kotlin/cc/polyfrost/oneconfig/utils/dsl/ColorUtilsDSL.kt | 2 +- src/main/kotlin/cc/polyfrost/oneconfig/utils/dsl/RenderManagerDSL.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/kotlin') diff --git a/src/main/kotlin/cc/polyfrost/oneconfig/utils/dsl/ColorUtilsDSL.kt b/src/main/kotlin/cc/polyfrost/oneconfig/utils/dsl/ColorUtilsDSL.kt index fbcf32a..6e366ab 100644 --- a/src/main/kotlin/cc/polyfrost/oneconfig/utils/dsl/ColorUtilsDSL.kt +++ b/src/main/kotlin/cc/polyfrost/oneconfig/utils/dsl/ColorUtilsDSL.kt @@ -1,7 +1,7 @@ package cc.polyfrost.oneconfig.utils.dsl import cc.polyfrost.oneconfig.config.core.OneColor -import cc.polyfrost.oneconfig.utils.ColorUtils +import cc.polyfrost.oneconfig.utils.color.ColorUtils /** * Creates a new [OneColor] from the given RGBA integer. diff --git a/src/main/kotlin/cc/polyfrost/oneconfig/utils/dsl/RenderManagerDSL.kt b/src/main/kotlin/cc/polyfrost/oneconfig/utils/dsl/RenderManagerDSL.kt index cbdf07e..242f1a5 100644 --- a/src/main/kotlin/cc/polyfrost/oneconfig/utils/dsl/RenderManagerDSL.kt +++ b/src/main/kotlin/cc/polyfrost/oneconfig/utils/dsl/RenderManagerDSL.kt @@ -5,7 +5,7 @@ import cc.polyfrost.oneconfig.lwjgl.RenderManager import cc.polyfrost.oneconfig.lwjgl.font.Font import cc.polyfrost.oneconfig.lwjgl.image.Images import cc.polyfrost.oneconfig.lwjgl.image.SVGs -import cc.polyfrost.oneconfig.utils.ColorUtils +import cc.polyfrost.oneconfig.utils.color.ColorUtils import org.lwjgl.nanovg.NVGColor /** -- cgit