Skip to content

Commit 7fd8b99

Browse files
committed
renamed to TextureOwner
1 parent f15eff5 commit 7fd8b99

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

common/src/main/kotlin/com/lambda/graphics/renderer/gui/font/LambdaAtlas.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ package com.lambda.graphics.renderer.gui.font
1919

2020
import com.google.common.math.IntMath.pow
2121
import com.lambda.core.Loadable
22-
import com.lambda.graphics.texture.TextureHandler.texture
23-
import com.lambda.graphics.texture.TextureHandler.upload
22+
import com.lambda.graphics.texture.TextureOwner.texture
23+
import com.lambda.graphics.texture.TextureOwner.upload
2424
import com.lambda.http.Method
2525
import com.lambda.http.request
2626
import com.lambda.threading.runGameScheduled

common/src/main/kotlin/com/lambda/graphics/texture/TextureHandler.kt renamed to common/src/main/kotlin/com/lambda/graphics/texture/TextureOwner.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import com.lambda.util.LambdaResource
2121
import it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
2222
import java.awt.image.BufferedImage
2323

24-
object TextureHandler {
24+
object TextureOwner {
2525
private val textureMap = Object2ObjectOpenHashMap<Any, Texture>()
2626

2727
/**

common/src/main/kotlin/com/lambda/module/hud/Watermark.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package com.lambda.module.hud
1919

2020
import com.lambda.graphics.renderer.gui.TextureRenderer.drawTexture
2121
import com.lambda.graphics.renderer.gui.TextureRenderer.drawTextureShaded
22-
import com.lambda.graphics.texture.TextureHandler.upload
22+
import com.lambda.graphics.texture.TextureOwner.upload
2323
import com.lambda.module.HudModule
2424
import com.lambda.module.tag.ModuleTag
2525

0 commit comments

Comments
 (0)