aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/TextureManager.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/TextureManager.kt')
-rw-r--r--src/main/kotlin/TextureManager.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/TextureManager.kt b/src/main/kotlin/TextureManager.kt
index 7c5ab10..41da095 100644
--- a/src/main/kotlin/TextureManager.kt
+++ b/src/main/kotlin/TextureManager.kt
@@ -24,7 +24,7 @@ class TextureManager {
Texture(id, width, height, parseImage(it, width, height))
}
- console.log("Loaded ${textures.size} texture(s)")
+ Logger.log("Loaded ${textures.size} texture(s)")
}
private fun parseImage(image: HTMLImageElement, imageWidth: Int, imageHeight: Int): List<String> {