fix character texture bug, use standard mt character textures

This commit is contained in:
darkrose 2013-06-08 17:27:25 +10:00
parent 5240f36826
commit 670673584d
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -230,6 +230,7 @@ RemotePlayer::RemotePlayer(
video::SMaterial& material = m_node->getMaterial(0);
material.setFlag(video::EMF_LIGHTING, false);
material.setFlag(video::EMF_BILINEAR_FILTER, false);
material.MaterialType = video::EMT_TRANSPARENT_ALPHA_CHANNEL_REF;
m_node->setPosition(v3f(0,(f32)BS,0));
}