Skip to content
Snippets Groups Projects
Commit 8b570e91 authored by Ludovic Hussonnois's avatar Ludovic Hussonnois
Browse files

Merge branch 'mantis-1374' into develop

parents ad0ccd57 f1d1a7e5
Branches
Tags
No related merge requests found
......@@ -473,7 +473,7 @@ void GlImageActor::Render()
}
// Reset color before rendering
glColor3d(1.0f,1.0f,1.0f);
glColor4d(1.0f,1.0f,1.0f, m_ImageSettings->GetAlpha());
glBegin (GL_QUADS);
glTexCoord2f (0.0, 1.0); glVertex2f(it->m_LL[0], it->m_LL[1]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment