added ScreenEnding

This commit is contained in:
Chris Danford
2003-04-03 22:10:40 +00:00
parent c41ede209c
commit a798cc954c
20 changed files with 620 additions and 152 deletions
+2 -2
View File
@@ -310,8 +310,8 @@ void Sprite::DrawPrimitives()
//////////////////////
// render the diffuse pass
//////////////////////
v[0].c = m_temp.diffuse[2]; // bottom left
v[1].c = m_temp.diffuse[0]; // top left
v[0].c = m_temp.diffuse[0]; // top left
v[1].c = m_temp.diffuse[2]; // bottom left
v[2].c = m_temp.diffuse[3]; // bottom right
v[3].c = m_temp.diffuse[1]; // top right
DISPLAY->DrawQuad( v );