File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
common/src/main/kotlin/com/lambda Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ package com.lambda.graphics.renderer.gui.font
1919
2020import com.google.common.math.IntMath.pow
2121import 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
2424import com.lambda.http.Method
2525import com.lambda.http.request
2626import com.lambda.threading.runGameScheduled
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import com.lambda.util.LambdaResource
2121import it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap
2222import java.awt.image.BufferedImage
2323
24- object TextureHandler {
24+ object TextureOwner {
2525 private val textureMap = Object2ObjectOpenHashMap <Any , Texture >()
2626
2727 /* *
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package com.lambda.module.hud
1919
2020import com.lambda.graphics.renderer.gui.TextureRenderer.drawTexture
2121import com.lambda.graphics.renderer.gui.TextureRenderer.drawTextureShaded
22- import com.lambda.graphics.texture.TextureHandler .upload
22+ import com.lambda.graphics.texture.TextureOwner .upload
2323import com.lambda.module.HudModule
2424import com.lambda.module.tag.ModuleTag
2525
You can’t perform that action at this time.
0 commit comments