mesh_texture -> texture

This commit is contained in:
h4570
2020-12-01 19:27:55 +01:00
parent ade89bbdd1
commit 389a5ee608
17 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ void Ari::onInit()
island.shouldBeFrustumCulled = false;
fist.size.set(100.0F, 100.0F);
MeshTexture *fistTex = texRepo->add("2d/", "fist", PNG);
Texture *fistTex = texRepo->add("2d/", "fist", PNG);
fistTex->addLink(fist.getId());
islandAddons.loadDff("sunnyisl/", "sunnyisl3", 0.1F, false);