unloading test_texture

This commit is contained in:
minjaesong
2023-08-05 00:25:25 +09:00
parent 75e6669d49
commit c701519cb9

View File

@@ -33,9 +33,9 @@ object CommonResourcePool {
addToLoadingList("itemplaceholder_48") {
TextureRegion(Texture("assets/item_kari_48.tga")).also { it.flip(false, false) }
}
addToLoadingList("test_texture") {
/*addToLoadingList("test_texture") {
TextureRegion(Texture("assets/test_texture.tga")).also { it.flip(false, false) }
}
}*/
loadAll()
}