From 71f84d1e16d8a0c24ea245236e84e3136bd7b79b Mon Sep 17 00:00:00 2001 From: krzys-h Date: Fri, 26 Sep 2014 21:01:51 +0200 Subject: Fixed human.png texture --- src/ui/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui') diff --git a/src/ui/window.cpp b/src/ui/window.cpp index 60aad0d..204acf9 100644 --- a/src/ui/window.cpp +++ b/src/ui/window.cpp @@ -1237,7 +1237,7 @@ void CWindow::DrawVertex(Math::Point pos, Math::Point dim, int icon) dim.x += 100.0f/640.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); uv1.x = 140.0f/256.0f; uv1.y = 32.0f/256.0f; -- cgit v1.2.3-1-g7c22