Fixed human.png texture

dev-mp
krzys-h 2014-09-26 21:01:51 +02:00
parent 9f2d544b27
commit 71f84d1e16
2 changed files with 2 additions and 2 deletions

2
data

@ -1 +1 @@
Subproject commit 97366e7f8bdb781bbda78290a0146887990e5624 Subproject commit 933ba1930466880db0a751f64ce536ff1d55cb88

View File

@ -1237,7 +1237,7 @@ void CWindow::DrawVertex(Math::Point pos, Math::Point dim, int icon)
dim.x += 100.0f/640.0f; dim.x += 100.0f/640.0f;
dim.y += 60.0f/480.0f; dim.y += 60.0f/480.0f;
m_engine->SetTexture("textures/interface/human.png"); m_engine->SetTexture("textures/human.png");
m_engine->SetState(Gfx::ENG_RSTATE_NORMAL); m_engine->SetState(Gfx::ENG_RSTATE_NORMAL);
uv1.x = 140.0f/256.0f; uv1.x = 140.0f/256.0f;
uv1.y = 32.0f/256.0f; uv1.y = 32.0f/256.0f;